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: #2D0B4E;
--accent: #6A1E9A;
--primary: #B14EFF;
--surface: #FF6EC7;
--secondary: #00E5FF;
}
$aura-aesthetic-text: #2D0B4E; $aura-aesthetic-accent: #6A1E9A; $aura-aesthetic-primary: #B14EFF; $aura-aesthetic-surface: #FF6EC7; $aura-aesthetic-secondary: #00E5FF;
// tailwind.config.js — theme.extend.colors
colors: {
'aura-aesthetic': {
'text': '#2D0B4E',
'accent': '#6A1E9A',
'primary': '#B14EFF',
'surface': '#FF6EC7',
'secondary': '#00E5FF',
},
}
{
"aura-aesthetic": {
"text": {
"value": "#2D0B4E",
"type": "color"
},
"accent": {
"value": "#6A1E9A",
"type": "color"
},
"primary": {
"value": "#B14EFF",
"type": "color"
},
"surface": {
"value": "#FF6EC7",
"type": "color"
},
"secondary": {
"value": "#00E5FF",
"type": "color"
}
}
}
{
"text": "#2D0B4E",
"accent": "#6A1E9A",
"primary": "#B14EFF",
"surface": "#FF6EC7",
"secondary": "#00E5FF"
}
/* Paste into Canva → Brand Kit → Brand Colors */ #2D0B4E #6A1E9A #B14EFF #FF6EC7 #00E5FF