Gold against graphite for exchanges that want to feel like a vault, not a casino. The green and red states sit muted so charts stay readable at speed.
Ratios are WCAG 2 contrast between the roles as assigned above. AA needs 4.5:1 for body text, 3:1 for large text.
:root {
--text: #0C0D10;
--secondary: #1D1F26;
--primary: #E8B923;
--accent: #5B6472;
--surface: #F1EFE7;
}
$token-gold-text: #0C0D10; $token-gold-secondary: #1D1F26; $token-gold-primary: #E8B923; $token-gold-accent: #5B6472; $token-gold-surface: #F1EFE7;
// tailwind.config.js — theme.extend.colors
colors: {
'token-gold': {
'text': '#0C0D10',
'secondary': '#1D1F26',
'primary': '#E8B923',
'accent': '#5B6472',
'surface': '#F1EFE7',
},
}
{
"token-gold": {
"text": {
"value": "#0C0D10",
"type": "color"
},
"secondary": {
"value": "#1D1F26",
"type": "color"
},
"primary": {
"value": "#E8B923",
"type": "color"
},
"accent": {
"value": "#5B6472",
"type": "color"
},
"surface": {
"value": "#F1EFE7",
"type": "color"
}
}
}
{
"text": "#0C0D10",
"secondary": "#1D1F26",
"primary": "#E8B923",
"accent": "#5B6472",
"surface": "#F1EFE7"
}
/* Paste into Canva → Brand Kit → Brand Colors */ #0C0D10 #1D1F26 #E8B923 #5B6472 #F1EFE7