An amber built for slides and campaigns, bright enough to carry a headline three seconds from a cold visitor and warm enough not to read as a warning. The dark base gives all that 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: #1A140A;
--secondary: #3A2C14;
--primary: #F0A020;
--accent: #FFD37A;
--surface: #FFF6E4;
}
$amber-stage-text: #1A140A; $amber-stage-secondary: #3A2C14; $amber-stage-primary: #F0A020; $amber-stage-accent: #FFD37A; $amber-stage-surface: #FFF6E4;
// tailwind.config.js — theme.extend.colors
colors: {
'amber-stage': {
'text': '#1A140A',
'secondary': '#3A2C14',
'primary': '#F0A020',
'accent': '#FFD37A',
'surface': '#FFF6E4',
},
}
{
"amber-stage": {
"text": {
"value": "#1A140A",
"type": "color"
},
"secondary": {
"value": "#3A2C14",
"type": "color"
},
"primary": {
"value": "#F0A020",
"type": "color"
},
"accent": {
"value": "#FFD37A",
"type": "color"
},
"surface": {
"value": "#FFF6E4",
"type": "color"
}
}
}
{
"text": "#1A140A",
"secondary": "#3A2C14",
"primary": "#F0A020",
"accent": "#FFD37A",
"surface": "#FFF6E4"
}
/* Paste into Canva → Brand Kit → Brand Colors */ #1A140A #3A2C14 #F0A020 #FFD37A #FFF6E4