Mustard, rust and avocado — the 1970s recipe, rebalanced so the mustard can actually carry a button. Cream keeps it warm instead of muddy.
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: #3A2A17;
--accent: #8A5A1E;
--primary: #D9A521;
--secondary: #7E8B4E;
--surface: #F1E7CE;
}
$retro-mustard-text: #3A2A17; $retro-mustard-accent: #8A5A1E; $retro-mustard-primary: #D9A521; $retro-mustard-secondary: #7E8B4E; $retro-mustard-surface: #F1E7CE;
// tailwind.config.js — theme.extend.colors
colors: {
'retro-mustard': {
'text': '#3A2A17',
'accent': '#8A5A1E',
'primary': '#D9A521',
'secondary': '#7E8B4E',
'surface': '#F1E7CE',
},
}
{
"retro-mustard": {
"text": {
"value": "#3A2A17",
"type": "color"
},
"accent": {
"value": "#8A5A1E",
"type": "color"
},
"primary": {
"value": "#D9A521",
"type": "color"
},
"secondary": {
"value": "#7E8B4E",
"type": "color"
},
"surface": {
"value": "#F1E7CE",
"type": "color"
}
}
}
{
"text": "#3A2A17",
"accent": "#8A5A1E",
"primary": "#D9A521",
"secondary": "#7E8B4E",
"surface": "#F1E7CE"
}
/* Paste into Canva → Brand Kit → Brand Colors */ #3A2A17 #8A5A1E #D9A521 #7E8B4E #F1E7CE