A dawn lilac fading up to near-white, all held below full saturation. The whole ramp is quiet on purpose — a screen you can look at with your eyes half closed.
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: #39304A;
--primary: #7A6BA0;
--accent: #B7A6D9;
--secondary: #DCD0EE;
--surface: #F7F2FB;
}
$lilac-dawn-text: #39304A; $lilac-dawn-primary: #7A6BA0; $lilac-dawn-accent: #B7A6D9; $lilac-dawn-secondary: #DCD0EE; $lilac-dawn-surface: #F7F2FB;
// tailwind.config.js — theme.extend.colors
colors: {
'lilac-dawn': {
'text': '#39304A',
'primary': '#7A6BA0',
'accent': '#B7A6D9',
'secondary': '#DCD0EE',
'surface': '#F7F2FB',
},
}
{
"lilac-dawn": {
"text": {
"value": "#39304A",
"type": "color"
},
"primary": {
"value": "#7A6BA0",
"type": "color"
},
"accent": {
"value": "#B7A6D9",
"type": "color"
},
"secondary": {
"value": "#DCD0EE",
"type": "color"
},
"surface": {
"value": "#F7F2FB",
"type": "color"
}
}
}
{
"text": "#39304A",
"primary": "#7A6BA0",
"accent": "#B7A6D9",
"secondary": "#DCD0EE",
"surface": "#F7F2FB"
}
/* Paste into Canva → Brand Kit → Brand Colors */ #39304A #7A6BA0 #B7A6D9 #DCD0EE #F7F2FB