A fired-clay terracotta beside a dusty olive, grounded in dark walnut and set on warm plaster. An interiors palette that happens to pass contrast, so it works on a wall and in a UI.
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: #201510;
--secondary: #4A2E22;
--primary: #C0693F;
--accent: #9A9A6A;
--surface: #F2E7D6;
}
$terracotta-interior-text: #201510; $terracotta-interior-secondary: #4A2E22; $terracotta-interior-primary: #C0693F; $terracotta-interior-accent: #9A9A6A; $terracotta-interior-surface: #F2E7D6;
// tailwind.config.js — theme.extend.colors
colors: {
'terracotta-interior': {
'text': '#201510',
'secondary': '#4A2E22',
'primary': '#C0693F',
'accent': '#9A9A6A',
'surface': '#F2E7D6',
},
}
{
"terracotta-interior": {
"text": {
"value": "#201510",
"type": "color"
},
"secondary": {
"value": "#4A2E22",
"type": "color"
},
"primary": {
"value": "#C0693F",
"type": "color"
},
"accent": {
"value": "#9A9A6A",
"type": "color"
},
"surface": {
"value": "#F2E7D6",
"type": "color"
}
}
}
{
"text": "#201510",
"secondary": "#4A2E22",
"primary": "#C0693F",
"accent": "#9A9A6A",
"surface": "#F2E7D6"
}
/* Paste into Canva → Brand Kit → Brand Colors */ #201510 #4A2E22 #C0693F #9A9A6A #F2E7D6