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: #3E1F1A;
--secondary: #8A3B2E;
--primary: #C36A4A;
--accent: #E0955F;
--surface: #F2C78C;
}
$terracotta-sunset-text: #3E1F1A; $terracotta-sunset-secondary: #8A3B2E; $terracotta-sunset-primary: #C36A4A; $terracotta-sunset-accent: #E0955F; $terracotta-sunset-surface: #F2C78C;
// tailwind.config.js — theme.extend.colors
colors: {
'terracotta-sunset': {
'text': '#3E1F1A',
'secondary': '#8A3B2E',
'primary': '#C36A4A',
'accent': '#E0955F',
'surface': '#F2C78C',
},
}
{
"terracotta-sunset": {
"text": {
"value": "#3E1F1A",
"type": "color"
},
"secondary": {
"value": "#8A3B2E",
"type": "color"
},
"primary": {
"value": "#C36A4A",
"type": "color"
},
"accent": {
"value": "#E0955F",
"type": "color"
},
"surface": {
"value": "#F2C78C",
"type": "color"
}
}
}
{
"text": "#3E1F1A",
"secondary": "#8A3B2E",
"primary": "#C36A4A",
"accent": "#E0955F",
"surface": "#F2C78C"
}
/* Paste into Canva → Brand Kit → Brand Colors */ #3E1F1A #8A3B2E #C36A4A #E0955F #F2C78C