An oxblood-to-crimson spine on warm paper, the way a serious cover uses red. The bright crimson is a headline colour only; body text stays near-black.
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: #1A0E0F;
--secondary: #3E1518;
--primary: #B01E28;
--accent: #D98A8A;
--surface: #F4E9E4;
}
$crimson-editorial-text: #1A0E0F; $crimson-editorial-secondary: #3E1518; $crimson-editorial-primary: #B01E28; $crimson-editorial-accent: #D98A8A; $crimson-editorial-surface: #F4E9E4;
// tailwind.config.js — theme.extend.colors
colors: {
'crimson-editorial': {
'text': '#1A0E0F',
'secondary': '#3E1518',
'primary': '#B01E28',
'accent': '#D98A8A',
'surface': '#F4E9E4',
},
}
{
"crimson-editorial": {
"text": {
"value": "#1A0E0F",
"type": "color"
},
"secondary": {
"value": "#3E1518",
"type": "color"
},
"primary": {
"value": "#B01E28",
"type": "color"
},
"accent": {
"value": "#D98A8A",
"type": "color"
},
"surface": {
"value": "#F4E9E4",
"type": "color"
}
}
}
{
"text": "#1A0E0F",
"secondary": "#3E1518",
"primary": "#B01E28",
"accent": "#D98A8A",
"surface": "#F4E9E4"
}
/* Paste into Canva → Brand Kit → Brand Colors */ #1A0E0F #3E1518 #B01E28 #D98A8A #F4E9E4