Colors
Forge Space's color system pairs a purple primary with blue depth and amber energy — the Amber Fire palette. Forge heat meets reliability.
Brand Colors
Primary
Primary brand color
#8B5CF6
HSL(258, 90%, 66%)
Secondary
Secondary brand color
#A78BFA
HSL(263, 91%, 80%)
Accent
Accent and highlight color
#6D28D9
HSL(263, 76%, 50%)
Neutral Scale
100
#f2f2f3
200
#e5e4e7
300
#cbc9cf
400
#97949e
500
#64616b
600
#323036
700
#19181b
800
#0c0c0d
Neutrals are brand-tinted with a subtle purple undertone (hue 262).
Semantic Colors
Success
#22c35d Warning
#f59f0a Error
#ef4343 Info
#368fe7 WCAG Contrast
| Pair | Ratio | AA | AA Large | AAA |
|---|---|---|---|---|
| primary-on-white | 4.32 | ✕ | ✓ | ✕ |
| primary-on-dark | 4.03 | ✕ | ✓ | ✕ |
| secondary-on-white | 2.92 | ✕ | ✕ | ✕ |
| accent-on-white | 3.14 | ✕ | ✓ | ✕ |
Usage
/* CSS Custom Properties */
color: var(--color-primary); /* #8B5CF6 */
color: var(--color-secondary); /* #A78BFA */
color: var(--color-accent); /* #6D28D9 */
color: var(--color-neutral-400); /* #97949e */
color: var(--color-success); /* #22c35d */
color: var(--color-error); /* #ef4343 */