Warm paper with a golden accent held back for links and the one thing that matters. Text is a soft espresso, never pure black, so the page reads like a printed sheet.
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: #2B2620;
--secondary: #6B5D48;
--primary: #D9A441;
--accent: #EAD9B0;
--surface: #FBF6EC;
}
$sunlit-studio-text: #2B2620; $sunlit-studio-secondary: #6B5D48; $sunlit-studio-primary: #D9A441; $sunlit-studio-accent: #EAD9B0; $sunlit-studio-surface: #FBF6EC;
// tailwind.config.js — theme.extend.colors
colors: {
'sunlit-studio': {
'text': '#2B2620',
'secondary': '#6B5D48',
'primary': '#D9A441',
'accent': '#EAD9B0',
'surface': '#FBF6EC',
},
}
{
"sunlit-studio": {
"text": {
"value": "#2B2620",
"type": "color"
},
"secondary": {
"value": "#6B5D48",
"type": "color"
},
"primary": {
"value": "#D9A441",
"type": "color"
},
"accent": {
"value": "#EAD9B0",
"type": "color"
},
"surface": {
"value": "#FBF6EC",
"type": "color"
}
}
}
{
"text": "#2B2620",
"secondary": "#6B5D48",
"primary": "#D9A441",
"accent": "#EAD9B0",
"surface": "#FBF6EC"
}
/* Paste into Canva → Brand Kit → Brand Colors */ #2B2620 #6B5D48 #D9A441 #EAD9B0 #FBF6EC