Base (Primary) Color
The base color (Neutral Grey or “Zinc”) is the color of the majority of the content including text, backgrounds, panels, form controls, borders, secondary buttons, nav items, icons and links. . It’s used for things like text, backgrounds, borders, etc. We use a shade of grey called “zinc” as the default base color.- Neutral Grey aka Zinc
- Hex Code #27272a
- RGB Code rgb(39,39,42)
- HSL Code hsl(240,3.7%,15.9%)
- oklch(27.4% 0.006 286.033)
Accent Color
The accent color is the color of the primary action buttons and other interactive elements in your application. Certain design elements like tabs and links use the accent color by default. Use it sparingly when needing an element to stand out or to reinforce (e.g. error states). We use three different hues in both light mode and dark mode for the accent color palette as follows:- —color-accent: The main accent color used is the background for primary buttons.
- —color-accent-content: A (typically) darker hue used for text content because it’s more readable.
- —color-accent-foreground: The color of (typically) text content on top of an accent colored background.
- Hex Code #27272a
- RGB Code rgb(39,39,42)
- HSL Code hsl(240,3.7%,15.9%)
- oklch(27.4% 0.006 286.033)