Built around paper, not white. The clay accent only appears on pull quotes and links, so the page reads like print.
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: #1B1714;
--secondary: #3F3129;
--primary: #C46A3F;
--accent: #E8D7C3;
--surface: #FAF5EE;
}
$warm-editorial-neutrals-text: #1B1714; $warm-editorial-neutrals-secondary: #3F3129; $warm-editorial-neutrals-primary: #C46A3F; $warm-editorial-neutrals-accent: #E8D7C3; $warm-editorial-neutrals-surface: #FAF5EE;
// tailwind.config.js — theme.extend.colors
colors: {
'warm-editorial-neutrals': {
'text': '#1B1714',
'secondary': '#3F3129',
'primary': '#C46A3F',
'accent': '#E8D7C3',
'surface': '#FAF5EE',
},
}
{
"warm-editorial-neutrals": {
"text": {
"value": "#1B1714",
"type": "color"
},
"secondary": {
"value": "#3F3129",
"type": "color"
},
"primary": {
"value": "#C46A3F",
"type": "color"
},
"accent": {
"value": "#E8D7C3",
"type": "color"
},
"surface": {
"value": "#FAF5EE",
"type": "color"
}
}
}
{
"text": "#1B1714",
"secondary": "#3F3129",
"primary": "#C46A3F",
"accent": "#E8D7C3",
"surface": "#FAF5EE"
}
/* Paste into Canva → Brand Kit → Brand Colors */ #1B1714 #3F3129 #C46A3F #E8D7C3 #FAF5EE