Midnight navy with a restrained brass line. Wealth products earn trust by staying quiet — the metal appears only on the one number that matters.
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: #0A1428;
--secondary: #16294B;
--accent: #3E5C8A;
--primary: #B08D3F;
--surface: #EFEADD;
}
$private-wealth-text: #0A1428; $private-wealth-secondary: #16294B; $private-wealth-accent: #3E5C8A; $private-wealth-primary: #B08D3F; $private-wealth-surface: #EFEADD;
// tailwind.config.js — theme.extend.colors
colors: {
'private-wealth': {
'text': '#0A1428',
'secondary': '#16294B',
'accent': '#3E5C8A',
'primary': '#B08D3F',
'surface': '#EFEADD',
},
}
{
"private-wealth": {
"text": {
"value": "#0A1428",
"type": "color"
},
"secondary": {
"value": "#16294B",
"type": "color"
},
"accent": {
"value": "#3E5C8A",
"type": "color"
},
"primary": {
"value": "#B08D3F",
"type": "color"
},
"surface": {
"value": "#EFEADD",
"type": "color"
}
}
}
{
"text": "#0A1428",
"secondary": "#16294B",
"accent": "#3E5C8A",
"primary": "#B08D3F",
"surface": "#EFEADD"
}
/* Paste into Canva → Brand Kit → Brand Colors */ #0A1428 #16294B #3E5C8A #B08D3F #EFEADD