Deep emerald with an old-gold line, the palette of a members-only lobby. The green is the surface, not the accent — a rare inversion that reads expensive.
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: #08211A;
--secondary: #0F3D30;
--accent: #1E6B52;
--primary: #C4A052;
--surface: #EFEAD9;
}
$velvet-emerald-text: #08211A; $velvet-emerald-secondary: #0F3D30; $velvet-emerald-accent: #1E6B52; $velvet-emerald-primary: #C4A052; $velvet-emerald-surface: #EFEAD9;
// tailwind.config.js — theme.extend.colors
colors: {
'velvet-emerald': {
'text': '#08211A',
'secondary': '#0F3D30',
'accent': '#1E6B52',
'primary': '#C4A052',
'surface': '#EFEAD9',
},
}
{
"velvet-emerald": {
"text": {
"value": "#08211A",
"type": "color"
},
"secondary": {
"value": "#0F3D30",
"type": "color"
},
"accent": {
"value": "#1E6B52",
"type": "color"
},
"primary": {
"value": "#C4A052",
"type": "color"
},
"surface": {
"value": "#EFEAD9",
"type": "color"
}
}
}
{
"text": "#08211A",
"secondary": "#0F3D30",
"accent": "#1E6B52",
"primary": "#C4A052",
"surface": "#EFEAD9"
}
/* Paste into Canva → Brand Kit → Brand Colors */ #08211A #0F3D30 #1E6B52 #C4A052 #EFEAD9