Built on paper and roasted browns, the way a printed magazine is. The clay tone is the only thing bright enough to be a link; everything else is there to be read, not clicked.
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: #1A130E;
--secondary: #3E2D22;
--primary: #A9683C;
--accent: #D8B48C;
--surface: #F6EEE2;
}
$warm-editorial-brown-text: #1A130E; $warm-editorial-brown-secondary: #3E2D22; $warm-editorial-brown-primary: #A9683C; $warm-editorial-brown-accent: #D8B48C; $warm-editorial-brown-surface: #F6EEE2;
// tailwind.config.js — theme.extend.colors
colors: {
'warm-editorial-brown': {
'text': '#1A130E',
'secondary': '#3E2D22',
'primary': '#A9683C',
'accent': '#D8B48C',
'surface': '#F6EEE2',
},
}
{
"warm-editorial-brown": {
"text": {
"value": "#1A130E",
"type": "color"
},
"secondary": {
"value": "#3E2D22",
"type": "color"
},
"primary": {
"value": "#A9683C",
"type": "color"
},
"accent": {
"value": "#D8B48C",
"type": "color"
},
"surface": {
"value": "#F6EEE2",
"type": "color"
}
}
}
{
"text": "#1A130E",
"secondary": "#3E2D22",
"primary": "#A9683C",
"accent": "#D8B48C",
"surface": "#F6EEE2"
}
/* Paste into Canva → Brand Kit → Brand Colors */ #1A130E #3E2D22 #A9683C #D8B48C #F6EEE2