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 {
--surface: #F7E1D7;
--accent: #EAC4B3;
--secondary: #DDBEA9;
--primary: #B08968;
--text: #7F5539;
}
$blush-gold-surface: #F7E1D7; $blush-gold-accent: #EAC4B3; $blush-gold-secondary: #DDBEA9; $blush-gold-primary: #B08968; $blush-gold-text: #7F5539;
// tailwind.config.js — theme.extend.colors
colors: {
'blush-gold': {
'surface': '#F7E1D7',
'accent': '#EAC4B3',
'secondary': '#DDBEA9',
'primary': '#B08968',
'text': '#7F5539',
},
}
{
"blush-gold": {
"surface": {
"value": "#F7E1D7",
"type": "color"
},
"accent": {
"value": "#EAC4B3",
"type": "color"
},
"secondary": {
"value": "#DDBEA9",
"type": "color"
},
"primary": {
"value": "#B08968",
"type": "color"
},
"text": {
"value": "#7F5539",
"type": "color"
}
}
}
{
"surface": "#F7E1D7",
"accent": "#EAC4B3",
"secondary": "#DDBEA9",
"primary": "#B08968",
"text": "#7F5539"
}
/* Paste into Canva → Brand Kit → Brand Colors */ #F7E1D7 #EAC4B3 #DDBEA9 #B08968 #7F5539