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 {
--primary: #FF4D94;
--secondary: #FF80AB;
--surface: #FFC1E3;
--accent: #C77DFF;
--text: #7B2CBF;
}
$bubblegum-pop-primary: #FF4D94; $bubblegum-pop-secondary: #FF80AB; $bubblegum-pop-surface: #FFC1E3; $bubblegum-pop-accent: #C77DFF; $bubblegum-pop-text: #7B2CBF;
// tailwind.config.js — theme.extend.colors
colors: {
'bubblegum-pop': {
'primary': '#FF4D94',
'secondary': '#FF80AB',
'surface': '#FFC1E3',
'accent': '#C77DFF',
'text': '#7B2CBF',
},
}
{
"bubblegum-pop": {
"primary": {
"value": "#FF4D94",
"type": "color"
},
"secondary": {
"value": "#FF80AB",
"type": "color"
},
"surface": {
"value": "#FFC1E3",
"type": "color"
},
"accent": {
"value": "#C77DFF",
"type": "color"
},
"text": {
"value": "#7B2CBF",
"type": "color"
}
}
}
{
"primary": "#FF4D94",
"secondary": "#FF80AB",
"surface": "#FFC1E3",
"accent": "#C77DFF",
"text": "#7B2CBF"
}
/* Paste into Canva → Brand Kit → Brand Colors */ #FF4D94 #FF80AB #FFC1E3 #C77DFF #7B2CBF