Washed indigo and bone, like a jacket worn for a decade. Every tone is knocked back a step so nothing looks new — which is exactly the look.
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: #20303F;
--primary: #3E5C74;
--accent: #6E90A8;
--secondary: #B9C7CE;
--surface: #EEEBE2;
}
$faded-denim-text: #20303F; $faded-denim-primary: #3E5C74; $faded-denim-accent: #6E90A8; $faded-denim-secondary: #B9C7CE; $faded-denim-surface: #EEEBE2;
// tailwind.config.js — theme.extend.colors
colors: {
'faded-denim': {
'text': '#20303F',
'primary': '#3E5C74',
'accent': '#6E90A8',
'secondary': '#B9C7CE',
'surface': '#EEEBE2',
},
}
{
"faded-denim": {
"text": {
"value": "#20303F",
"type": "color"
},
"primary": {
"value": "#3E5C74",
"type": "color"
},
"accent": {
"value": "#6E90A8",
"type": "color"
},
"secondary": {
"value": "#B9C7CE",
"type": "color"
},
"surface": {
"value": "#EEEBE2",
"type": "color"
}
}
}
{
"text": "#20303F",
"primary": "#3E5C74",
"accent": "#6E90A8",
"secondary": "#B9C7CE",
"surface": "#EEEBE2"
}
/* Paste into Canva → Brand Kit → Brand Colors */ #20303F #3E5C74 #6E90A8 #B9C7CE #EEEBE2