Gold is a metal, not a highlighter — it works at 8% of the surface area, sitting on true blacks with a warm cast.
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: #0A0A0A;
--secondary: #1C1A16;
--accent: #8A6A2B;
--primary: #C9A557;
--surface: #F3EAD6;
}
$ink-gold-text: #0A0A0A; $ink-gold-secondary: #1C1A16; $ink-gold-accent: #8A6A2B; $ink-gold-primary: #C9A557; $ink-gold-surface: #F3EAD6;
// tailwind.config.js — theme.extend.colors
colors: {
'ink-gold': {
'text': '#0A0A0A',
'secondary': '#1C1A16',
'accent': '#8A6A2B',
'primary': '#C9A557',
'surface': '#F3EAD6',
},
}
{
"ink-gold": {
"text": {
"value": "#0A0A0A",
"type": "color"
},
"secondary": {
"value": "#1C1A16",
"type": "color"
},
"accent": {
"value": "#8A6A2B",
"type": "color"
},
"primary": {
"value": "#C9A557",
"type": "color"
},
"surface": {
"value": "#F3EAD6",
"type": "color"
}
}
}
{
"text": "#0A0A0A",
"secondary": "#1C1A16",
"accent": "#8A6A2B",
"primary": "#C9A557",
"surface": "#F3EAD6"
}
/* Paste into Canva → Brand Kit → Brand Colors */ #0A0A0A #1C1A16 #8A6A2B #C9A557 #F3EAD6