Colors help focus attention and communicate intent.
Brand
Brand
Slate
Slate
Red
Red
Orange
Orange
Amber
Amber
Lime
Lime
Emerald
Emerald
Teal
Teal
Cyan
Cyan
Sky
Sky
Blue
Blue
Indigo
Indigo
Violet
Violet
Purple
Purple
Fuchsia
Fuchsia
Pink
Pink
Rose
Rose
Usage in Figma
Colors in Figma are published from Stylus Design Tokens and should be available by default in Figma files within the Scribe workspace.
Usage in code
Any colors in the palette can be used by applying the appropriate Tailwind CSS class to your element. Use the bg- prefix for background colors and text- prefix for text colors.
Colors can be set by passing a color name to `bg` or `text` classnames.
Colors can be set by passing a color name to `bg` or `text` classnames.
Colors can be set by passing a color name to `bg` or `text` classnames.
Opacity
To set the opacity of a color, append the desired opacity value to the color name. For example, bg-brand-200/50 will set the background color to brand-200 with 50% opacity. See Tailwind docs for more info.