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: #DDE7FF;
--secondary: #B9CBF5;
--accent: #93A8E8;
--primary: #6E86D6;
--text: #42599E;
}
$blueberry-milk-surface: #DDE7FF; $blueberry-milk-secondary: #B9CBF5; $blueberry-milk-accent: #93A8E8; $blueberry-milk-primary: #6E86D6; $blueberry-milk-text: #42599E;
// tailwind.config.js — theme.extend.colors
colors: {
'blueberry-milk': {
'surface': '#DDE7FF',
'secondary': '#B9CBF5',
'accent': '#93A8E8',
'primary': '#6E86D6',
'text': '#42599E',
},
}
{
"blueberry-milk": {
"surface": {
"value": "#DDE7FF",
"type": "color"
},
"secondary": {
"value": "#B9CBF5",
"type": "color"
},
"accent": {
"value": "#93A8E8",
"type": "color"
},
"primary": {
"value": "#6E86D6",
"type": "color"
},
"text": {
"value": "#42599E",
"type": "color"
}
}
}
{
"surface": "#DDE7FF",
"secondary": "#B9CBF5",
"accent": "#93A8E8",
"primary": "#6E86D6",
"text": "#42599E"
}
/* Paste into Canva → Brand Kit → Brand Colors */ #DDE7FF #B9CBF5 #93A8E8 #6E86D6 #42599E