Color
Every color token follows --eun-color-[group]-[shade]. This page
covers the tokens that stay the same across every brand: grey
scale, decorative scales, and semantic states. For the primary/
secondary brand palettes that actually change per theme, see
Every chart below uses the same shade-chart layout as each
Focused pages:
None of these tokens exist without a theme stylesheet loaded: see
Grey scale
light
| 0 | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 | |
|---|---|---|---|---|---|---|---|---|---|---|
| Grey | grey-0 | grey-100 | grey-200 | grey-300 | grey-400 | grey-500 | grey-600 | grey-700 | grey-800 | grey-900 |
dark
| 0 | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 | |
|---|---|---|---|---|---|---|---|---|---|---|
| Grey | grey-0 | grey-100 | grey-200 | grey-300 | grey-400 | grey-500 | grey-600 | grey-700 | grey-800 | grey-900 |
Decorative scales
Static accent colors for things like tags, charts, or illustrations: 7 steps, with a dark-mode variant per hue.
light
| 100 | 200 | 300 | 400 | 500 | 600 | 700 | |
|---|---|---|---|---|---|---|---|
| Red | |||||||
| Purple | |||||||
| Yellow | |||||||
| Blue | |||||||
| Green | |||||||
| Pink |
dark
| 100 | 200 | 300 | 400 | 500 | 600 | 700 | |
|---|---|---|---|---|---|---|---|
| Red | |||||||
| Purple | |||||||
| Yellow | |||||||
| Blue | |||||||
| Green | |||||||
| Pink |
--eun-color-<name>-<shade>, e.g. --eun-color-blue-500.
Semantic states
For success/warning/critical/info messaging, each has a light-mode and dark-mode variant.
light
| 100 | 90 | 50 | 30 | |
|---|---|---|---|---|
| Success | ||||
| Warning | ||||
| Critical | ||||
| Info |
dark
| 100 | 90 | 50 | 30 | |
|---|---|---|---|---|
| Success | ||||
| Warning | ||||
| Critical | ||||
| Info |
--eun-color-<state>-<shade>, e.g. --eun-color-critical-100.
Neutral tokens
Theme-independent surface and text tokens, shared by every brand:
| Token | Swatch |
|---|---|
--eun-surface-color |
|
--eun-border-color / --eun-divider-color |
|
--eun-disabled-color |
|
--eun-content-hover |
|
--eun-content-pressed |
|
--eun-text-color |
|
--eun-text-secondary |
|
--eun-readonly-color / --eun-text-readonly-color |
|
--eun-placeholder-color / --eun-text-disabled-color / --eun-disabled-content |