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 {
--surface: #FFD9C0;
--secondary: #FFBFA3;
--accent: #FFA57D;
--primary: #F5875C;
--text: #D9663F;
}
$peach-fuzz-surface: #FFD9C0; $peach-fuzz-secondary: #FFBFA3; $peach-fuzz-accent: #FFA57D; $peach-fuzz-primary: #F5875C; $peach-fuzz-text: #D9663F;
// tailwind.config.js — theme.extend.colors
colors: {
'peach-fuzz': {
'surface': '#FFD9C0',
'secondary': '#FFBFA3',
'accent': '#FFA57D',
'primary': '#F5875C',
'text': '#D9663F',
},
}
{
"peach-fuzz": {
"surface": {
"value": "#FFD9C0",
"type": "color"
},
"secondary": {
"value": "#FFBFA3",
"type": "color"
},
"accent": {
"value": "#FFA57D",
"type": "color"
},
"primary": {
"value": "#F5875C",
"type": "color"
},
"text": {
"value": "#D9663F",
"type": "color"
}
}
}
{
"surface": "#FFD9C0",
"secondary": "#FFBFA3",
"accent": "#FFA57D",
"primary": "#F5875C",
"text": "#D9663F"
}
/* Paste into Canva → Brand Kit → Brand Colors */ #FFD9C0 #FFBFA3 #FFA57D #F5875C #D9663F