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: #E6E6FA;
--secondary: #D8BFD8;
--accent: #B19CD9;
--primary: #967BB6;
--text: #6A5ACD;
}
$lavender-haze-surface: #E6E6FA; $lavender-haze-secondary: #D8BFD8; $lavender-haze-accent: #B19CD9; $lavender-haze-primary: #967BB6; $lavender-haze-text: #6A5ACD;
// tailwind.config.js — theme.extend.colors
colors: {
'lavender-haze': {
'surface': '#E6E6FA',
'secondary': '#D8BFD8',
'accent': '#B19CD9',
'primary': '#967BB6',
'text': '#6A5ACD',
},
}
{
"lavender-haze": {
"surface": {
"value": "#E6E6FA",
"type": "color"
},
"secondary": {
"value": "#D8BFD8",
"type": "color"
},
"accent": {
"value": "#B19CD9",
"type": "color"
},
"primary": {
"value": "#967BB6",
"type": "color"
},
"text": {
"value": "#6A5ACD",
"type": "color"
}
}
}
{
"surface": "#E6E6FA",
"secondary": "#D8BFD8",
"accent": "#B19CD9",
"primary": "#967BB6",
"text": "#6A5ACD"
}
/* Paste into Canva → Brand Kit → Brand Colors */ #E6E6FA #D8BFD8 #B19CD9 #967BB6 #6A5ACD