A fire gradient held together by a near-black base. High energy without turning into a warning label — the darkest tone gives the heat somewhere to sit.
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: #1A0D08;
--secondary: #7A1E12;
--primary: #E8451F;
--accent: #FF9E45;
--surface: #FCE9CF;
}
$ember-glow-text: #1A0D08; $ember-glow-secondary: #7A1E12; $ember-glow-primary: #E8451F; $ember-glow-accent: #FF9E45; $ember-glow-surface: #FCE9CF;
// tailwind.config.js — theme.extend.colors
colors: {
'ember-glow': {
'text': '#1A0D08',
'secondary': '#7A1E12',
'primary': '#E8451F',
'accent': '#FF9E45',
'surface': '#FCE9CF',
},
}
{
"ember-glow": {
"text": {
"value": "#1A0D08",
"type": "color"
},
"secondary": {
"value": "#7A1E12",
"type": "color"
},
"primary": {
"value": "#E8451F",
"type": "color"
},
"accent": {
"value": "#FF9E45",
"type": "color"
},
"surface": {
"value": "#FCE9CF",
"type": "color"
}
}
}
{
"text": "#1A0D08",
"secondary": "#7A1E12",
"primary": "#E8451F",
"accent": "#FF9E45",
"surface": "#FCE9CF"
}
/* Paste into Canva → Brand Kit → Brand Colors */ #1A0D08 #7A1E12 #E8451F #FF9E45 #FCE9CF