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: #F7D6E0;
--secondary: #F2B6C6;
--accent: #E38AA6;
--primary: #C56B85;
--text: #8A4A5E;
}
$coquette-surface: #F7D6E0; $coquette-secondary: #F2B6C6; $coquette-accent: #E38AA6; $coquette-primary: #C56B85; $coquette-text: #8A4A5E;
// tailwind.config.js — theme.extend.colors
colors: {
'coquette': {
'surface': '#F7D6E0',
'secondary': '#F2B6C6',
'accent': '#E38AA6',
'primary': '#C56B85',
'text': '#8A4A5E',
},
}
{
"coquette": {
"surface": {
"value": "#F7D6E0",
"type": "color"
},
"secondary": {
"value": "#F2B6C6",
"type": "color"
},
"accent": {
"value": "#E38AA6",
"type": "color"
},
"primary": {
"value": "#C56B85",
"type": "color"
},
"text": {
"value": "#8A4A5E",
"type": "color"
}
}
}
{
"surface": "#F7D6E0",
"secondary": "#F2B6C6",
"accent": "#E38AA6",
"primary": "#C56B85",
"text": "#8A4A5E"
}
/* Paste into Canva → Brand Kit → Brand Colors */ #F7D6E0 #F2B6C6 #E38AA6 #C56B85 #8A4A5E