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: #5E2B1E;
--secondary: #B5451B;
--accent: #E2711D;
--primary: #FF9505;
--surface: #FFB627;
}
$golden-hour-text: #5E2B1E; $golden-hour-secondary: #B5451B; $golden-hour-accent: #E2711D; $golden-hour-primary: #FF9505; $golden-hour-surface: #FFB627;
// tailwind.config.js — theme.extend.colors
colors: {
'golden-hour': {
'text': '#5E2B1E',
'secondary': '#B5451B',
'accent': '#E2711D',
'primary': '#FF9505',
'surface': '#FFB627',
},
}
{
"golden-hour": {
"text": {
"value": "#5E2B1E",
"type": "color"
},
"secondary": {
"value": "#B5451B",
"type": "color"
},
"accent": {
"value": "#E2711D",
"type": "color"
},
"primary": {
"value": "#FF9505",
"type": "color"
},
"surface": {
"value": "#FFB627",
"type": "color"
}
}
}
{
"text": "#5E2B1E",
"secondary": "#B5451B",
"accent": "#E2711D",
"primary": "#FF9505",
"surface": "#FFB627"
}
/* Paste into Canva → Brand Kit → Brand Colors */ #5E2B1E #B5451B #E2711D #FF9505 #FFB627