One coral does every call to action; the peach only warms up empty space. On a warm near-white the product photography still wins, which on a shopfront is the whole point.
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: #241410;
--secondary: #4A241A;
--primary: #FF6B4A;
--accent: #FFB088;
--surface: #FFF1E9;
}
$sunrise-commerce-text: #241410; $sunrise-commerce-secondary: #4A241A; $sunrise-commerce-primary: #FF6B4A; $sunrise-commerce-accent: #FFB088; $sunrise-commerce-surface: #FFF1E9;
// tailwind.config.js — theme.extend.colors
colors: {
'sunrise-commerce': {
'text': '#241410',
'secondary': '#4A241A',
'primary': '#FF6B4A',
'accent': '#FFB088',
'surface': '#FFF1E9',
},
}
{
"sunrise-commerce": {
"text": {
"value": "#241410",
"type": "color"
},
"secondary": {
"value": "#4A241A",
"type": "color"
},
"primary": {
"value": "#FF6B4A",
"type": "color"
},
"accent": {
"value": "#FFB088",
"type": "color"
},
"surface": {
"value": "#FFF1E9",
"type": "color"
}
}
}
{
"text": "#241410",
"secondary": "#4A241A",
"primary": "#FF6B4A",
"accent": "#FFB088",
"surface": "#FFF1E9"
}
/* Paste into Canva → Brand Kit → Brand Colors */ #241410 #4A241A #FF6B4A #FFB088 #FFF1E9