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: #7A1E14;
--accent: #C1440E;
--primary: #E2603A;
--secondary: #3E5E38;
--surface: #EAD9BE;
}
$tomato-girl-text: #7A1E14; $tomato-girl-accent: #C1440E; $tomato-girl-primary: #E2603A; $tomato-girl-secondary: #3E5E38; $tomato-girl-surface: #EAD9BE;
// tailwind.config.js — theme.extend.colors
colors: {
'tomato-girl': {
'text': '#7A1E14',
'accent': '#C1440E',
'primary': '#E2603A',
'secondary': '#3E5E38',
'surface': '#EAD9BE',
},
}
{
"tomato-girl": {
"text": {
"value": "#7A1E14",
"type": "color"
},
"accent": {
"value": "#C1440E",
"type": "color"
},
"primary": {
"value": "#E2603A",
"type": "color"
},
"secondary": {
"value": "#3E5E38",
"type": "color"
},
"surface": {
"value": "#EAD9BE",
"type": "color"
}
}
}
{
"text": "#7A1E14",
"accent": "#C1440E",
"primary": "#E2603A",
"secondary": "#3E5E38",
"surface": "#EAD9BE"
}
/* Paste into Canva → Brand Kit → Brand Colors */ #7A1E14 #C1440E #E2603A #3E5E38 #EAD9BE