Colours
The colour system is exposed as CSS custom properties on :root. Eight semantic families map to the status meanings used across badges, banners, and buttons, each with a base colour plus lighter, mid, and darker steps. The base step is the default; -light suits fills and backgrounds, -mid suits borders and muted accents, and -dark suits text and hover states. Reference them in theme CSS as var(--success), var(--success-light), and so on.
Success
Positive outcome, confirmation, completed states.
| Swatch | Variable | Hex |
|---|---|---|
--success-light | #eaf6ee | |
--success-mid | #28a745 | |
--success | #198754 | |
--success-dark | #0f5132 |
Warning
Caution, pending attention, non-blocking issues.
| Swatch | Variable | Hex |
|---|---|---|
--warning-light | #fff3eb | |
--warning-mid | #fea362 | |
--warning | #e56910 | |
--warning-dark | #a54800 |
Danger
Errors, destructive actions, expired or failed states.
| Swatch | Variable | Hex |
|---|---|---|
--danger-light | #ffeceb | |
--danger-mid | #f4a8a5 | |
--danger | #c9372c | |
--danger-dark | #ae2e24 |
Info
Informational messages and neutral highlights.
| Swatch | Variable | Hex |
|---|---|---|
--info-light | #e9f2ff | |
--info-mid | #8ebeff | |
--info | #0969da | |
--info-dark | #0055cc |
Neutral
Default UI text, borders, and muted backgrounds.
| Swatch | Variable | Hex |
|---|---|---|
--neutral-light | #f1f2f4 | |
--neutral-mid | #bdc3c7 | |
--neutral | #44546f | |
--neutral-dark | #374151 |
Primary
Brand primary (Brandkit black) for key actions and emphasis.
| Swatch | Variable | Hex |
|---|---|---|
--primary-light | #f8f8f8 | |
--primary-mid | #646464 | |
--primary | #000000 | |
--primary-dark | #212121 |
Secondary
Brand secondary (Brandkit purple) for accents and secondary actions.
| Swatch | Variable | Hex |
|---|---|---|
--secondary-light | #eee7f4 | |
--secondary-mid | #c4a8d8 | |
--secondary | #8246af | |
--secondary-dark | #5c2d82 |
Accent
Brand accent (Brandkit yellow) for highlights and call-outs.
| Swatch | Variable | Hex |
|---|---|---|
--accent-light | #fff8dc | |
--accent-mid | #ffe999 | |
--accent | #ffd100 | |
--accent-dark | #7a5c00 |