A roasted sequence that holds together in print and on screen. The mid orange is the only CTA-grade tone.
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: #241611;
--secondary: #5B2A18;
--primary: #B4501F;
--accent: #E0904A;
--surface: #F6E2C7;
}
$retail-autumn-text: #241611; $retail-autumn-secondary: #5B2A18; $retail-autumn-primary: #B4501F; $retail-autumn-accent: #E0904A; $retail-autumn-surface: #F6E2C7;
// tailwind.config.js — theme.extend.colors
colors: {
'retail-autumn': {
'text': '#241611',
'secondary': '#5B2A18',
'primary': '#B4501F',
'accent': '#E0904A',
'surface': '#F6E2C7',
},
}
{
"retail-autumn": {
"text": {
"value": "#241611",
"type": "color"
},
"secondary": {
"value": "#5B2A18",
"type": "color"
},
"primary": {
"value": "#B4501F",
"type": "color"
},
"accent": {
"value": "#E0904A",
"type": "color"
},
"surface": {
"value": "#F6E2C7",
"type": "color"
}
}
}
{
"text": "#241611",
"secondary": "#5B2A18",
"primary": "#B4501F",
"accent": "#E0904A",
"surface": "#F6E2C7"
}
/* Paste into Canva → Brand Kit → Brand Colors */ #241611 #5B2A18 #B4501F #E0904A #F6E2C7