Champagne used the way a metal should be, at a fraction of the surface, over graphite and true black. No second accent and no colour; the restraint is the luxury.
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: #0C0C0E;
--secondary: #1E1E22;
--accent: #8A8478;
--primary: #C8B98D;
--surface: #ECEAE4;
}
$graphite-luxe-text: #0C0C0E; $graphite-luxe-secondary: #1E1E22; $graphite-luxe-accent: #8A8478; $graphite-luxe-primary: #C8B98D; $graphite-luxe-surface: #ECEAE4;
// tailwind.config.js — theme.extend.colors
colors: {
'graphite-luxe': {
'text': '#0C0C0E',
'secondary': '#1E1E22',
'accent': '#8A8478',
'primary': '#C8B98D',
'surface': '#ECEAE4',
},
}
{
"graphite-luxe": {
"text": {
"value": "#0C0C0E",
"type": "color"
},
"secondary": {
"value": "#1E1E22",
"type": "color"
},
"accent": {
"value": "#8A8478",
"type": "color"
},
"primary": {
"value": "#C8B98D",
"type": "color"
},
"surface": {
"value": "#ECEAE4",
"type": "color"
}
}
}
{
"text": "#0C0C0E",
"secondary": "#1E1E22",
"accent": "#8A8478",
"primary": "#C8B98D",
"surface": "#ECEAE4"
}
/* Paste into Canva → Brand Kit → Brand Colors */ #0C0C0E #1E1E22 #8A8478 #C8B98D #ECEAE4