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: #6B2D2D;
--accent: #A8431F;
--primary: #D97B29;
--surface: #E0A458;
--secondary: #7A6A3F;
}
$autumn-harvest-text: #6B2D2D; $autumn-harvest-accent: #A8431F; $autumn-harvest-primary: #D97B29; $autumn-harvest-surface: #E0A458; $autumn-harvest-secondary: #7A6A3F;
// tailwind.config.js — theme.extend.colors
colors: {
'autumn-harvest': {
'text': '#6B2D2D',
'accent': '#A8431F',
'primary': '#D97B29',
'surface': '#E0A458',
'secondary': '#7A6A3F',
},
}
{
"autumn-harvest": {
"text": {
"value": "#6B2D2D",
"type": "color"
},
"accent": {
"value": "#A8431F",
"type": "color"
},
"primary": {
"value": "#D97B29",
"type": "color"
},
"surface": {
"value": "#E0A458",
"type": "color"
},
"secondary": {
"value": "#7A6A3F",
"type": "color"
}
}
}
{
"text": "#6B2D2D",
"accent": "#A8431F",
"primary": "#D97B29",
"surface": "#E0A458",
"secondary": "#7A6A3F"
}
/* Paste into Canva → Brand Kit → Brand Colors */ #6B2D2D #A8431F #D97B29 #E0A458 #7A6A3F