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: #5E3B44;
--accent: #8A5A66;
--primary: #B5808C;
--secondary: #D4A9B2;
--surface: #EFD6DB;
}
$dusty-rose-text: #5E3B44; $dusty-rose-accent: #8A5A66; $dusty-rose-primary: #B5808C; $dusty-rose-secondary: #D4A9B2; $dusty-rose-surface: #EFD6DB;
// tailwind.config.js — theme.extend.colors
colors: {
'dusty-rose': {
'text': '#5E3B44',
'accent': '#8A5A66',
'primary': '#B5808C',
'secondary': '#D4A9B2',
'surface': '#EFD6DB',
},
}
{
"dusty-rose": {
"text": {
"value": "#5E3B44",
"type": "color"
},
"accent": {
"value": "#8A5A66",
"type": "color"
},
"primary": {
"value": "#B5808C",
"type": "color"
},
"secondary": {
"value": "#D4A9B2",
"type": "color"
},
"surface": {
"value": "#EFD6DB",
"type": "color"
}
}
}
{
"text": "#5E3B44",
"accent": "#8A5A66",
"primary": "#B5808C",
"secondary": "#D4A9B2",
"surface": "#EFD6DB"
}
/* Paste into Canva → Brand Kit → Brand Colors */ #5E3B44 #8A5A66 #B5808C #D4A9B2 #EFD6DB