A rosy clay warmed by desert light, grounded in oxblood so it never turns candy. The mid coral is the only CTA-grade tone; the rest stays earthen.
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: #3B1E1A;
--accent: #9C4A3C;
--primary: #D97A5E;
--secondary: #E9B59A;
--surface: #F7EAE0;
}
$desert-bloom-text: #3B1E1A; $desert-bloom-accent: #9C4A3C; $desert-bloom-primary: #D97A5E; $desert-bloom-secondary: #E9B59A; $desert-bloom-surface: #F7EAE0;
// tailwind.config.js — theme.extend.colors
colors: {
'desert-bloom': {
'text': '#3B1E1A',
'accent': '#9C4A3C',
'primary': '#D97A5E',
'secondary': '#E9B59A',
'surface': '#F7EAE0',
},
}
{
"desert-bloom": {
"text": {
"value": "#3B1E1A",
"type": "color"
},
"accent": {
"value": "#9C4A3C",
"type": "color"
},
"primary": {
"value": "#D97A5E",
"type": "color"
},
"secondary": {
"value": "#E9B59A",
"type": "color"
},
"surface": {
"value": "#F7EAE0",
"type": "color"
}
}
}
{
"text": "#3B1E1A",
"accent": "#9C4A3C",
"primary": "#D97A5E",
"secondary": "#E9B59A",
"surface": "#F7EAE0"
}
/* Paste into Canva → Brand Kit → Brand Colors */ #3B1E1A #9C4A3C #D97A5E #E9B59A #F7EAE0