A confident berry does the buying; the soft pink is only ever a background wash. On a pale rose surface it reads boutique rather than bargain, one loud color styled with restraint.
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: #1F1015;
--secondary: #43202D;
--primary: #D6316B;
--accent: #F3A8C4;
--surface: #FDEEF3;
}
$berry-boutique-text: #1F1015; $berry-boutique-secondary: #43202D; $berry-boutique-primary: #D6316B; $berry-boutique-accent: #F3A8C4; $berry-boutique-surface: #FDEEF3;
// tailwind.config.js — theme.extend.colors
colors: {
'berry-boutique': {
'text': '#1F1015',
'secondary': '#43202D',
'primary': '#D6316B',
'accent': '#F3A8C4',
'surface': '#FDEEF3',
},
}
{
"berry-boutique": {
"text": {
"value": "#1F1015",
"type": "color"
},
"secondary": {
"value": "#43202D",
"type": "color"
},
"primary": {
"value": "#D6316B",
"type": "color"
},
"accent": {
"value": "#F3A8C4",
"type": "color"
},
"surface": {
"value": "#FDEEF3",
"type": "color"
}
}
}
{
"text": "#1F1015",
"secondary": "#43202D",
"primary": "#D6316B",
"accent": "#F3A8C4",
"surface": "#FDEEF3"
}
/* Paste into Canva → Brand Kit → Brand Colors */ #1F1015 #43202D #D6316B #F3A8C4 #FDEEF3