300
#FCA5A5
--colors-red-300
Imported Figma export
The Figma token export is rendered as a standalone reference with resolved spacing aliases and CSS variables.
#FCA5A5
--colors-red-300
#EF4444
--colors-red-500
#B91C1C
--colors-red-700
#000000
--colors-black
#ffffff
--colors-white
4 = 4px
--spacing-sm
{spacing.sm} * 2 = 8px
--spacing-md
{spacing.md} * 2 = {spacing.sm} * 2 * 2px
--spacing-lg
{spacing.lg} * 2 = {spacing.md} * 2 * 2px
--spacing-xl
:root {
--colors-red-300: #FCA5A5;
--colors-red-500: #EF4444;
--colors-red-700: #B91C1C;
--colors-black: #000000;
--colors-white: #ffffff;
--spacing-sm: 4;
--spacing-md: 8;
--spacing-lg: 16;
--spacing-xl: 32;
}