Near-black warmed by champagne. Luxury is spacing and one metal — the palette gives you the metal and asks you to supply the spacing.
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: #0B0A08;
--secondary: #211E18;
--primary: #8C7A55;
--accent: #D8C9A3;
--surface: #F5F1E8;
}
$champagne-noir-text: #0B0A08; $champagne-noir-secondary: #211E18; $champagne-noir-primary: #8C7A55; $champagne-noir-accent: #D8C9A3; $champagne-noir-surface: #F5F1E8;
// tailwind.config.js — theme.extend.colors
colors: {
'champagne-noir': {
'text': '#0B0A08',
'secondary': '#211E18',
'primary': '#8C7A55',
'accent': '#D8C9A3',
'surface': '#F5F1E8',
},
}
{
"champagne-noir": {
"text": {
"value": "#0B0A08",
"type": "color"
},
"secondary": {
"value": "#211E18",
"type": "color"
},
"primary": {
"value": "#8C7A55",
"type": "color"
},
"accent": {
"value": "#D8C9A3",
"type": "color"
},
"surface": {
"value": "#F5F1E8",
"type": "color"
}
}
}
{
"text": "#0B0A08",
"secondary": "#211E18",
"primary": "#8C7A55",
"accent": "#D8C9A3",
"surface": "#F5F1E8"
}
/* Paste into Canva → Brand Kit → Brand Colors */ #0B0A08 #211E18 #8C7A55 #D8C9A3 #F5F1E8