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: #FFF6CC;
--secondary: #FCE38A;
--primary: #F6D35B;
--accent: #E4BC4A;
--text: #B8912F;
}
$butter-yellow-surface: #FFF6CC; $butter-yellow-secondary: #FCE38A; $butter-yellow-primary: #F6D35B; $butter-yellow-accent: #E4BC4A; $butter-yellow-text: #B8912F;
// tailwind.config.js — theme.extend.colors
colors: {
'butter-yellow': {
'surface': '#FFF6CC',
'secondary': '#FCE38A',
'primary': '#F6D35B',
'accent': '#E4BC4A',
'text': '#B8912F',
},
}
{
"butter-yellow": {
"surface": {
"value": "#FFF6CC",
"type": "color"
},
"secondary": {
"value": "#FCE38A",
"type": "color"
},
"primary": {
"value": "#F6D35B",
"type": "color"
},
"accent": {
"value": "#E4BC4A",
"type": "color"
},
"text": {
"value": "#B8912F",
"type": "color"
}
}
}
{
"surface": "#FFF6CC",
"secondary": "#FCE38A",
"primary": "#F6D35B",
"accent": "#E4BC4A",
"text": "#B8912F"
}
/* Paste into Canva → Brand Kit → Brand Colors */ #FFF6CC #FCE38A #F6D35B #E4BC4A #B8912F