Harbor Light
Click any swatch to copy its hex.
See it in place
Design that earns its keep
A tiny landing page, painted entirely with this palette so you can judge it doing real work.
Get startedFast
Ships static, loads instantly.
Honest
Every choice explained.
How the preview picks colors: the lightest swatch becomes the page background, the darkest becomes the text, and the most vivid becomes the button. Drag a chip onto any part of the mockup to override it — your arrangement is saved into this page's URL, so copying the link shares it.
Why it works
Navy earns trust; the mustard-brass accent keeps it from turning corporate-cold. Because the accent is used at maybe five percent of the surface area, it reads as intentional detail — buttons, links, a highlighted stat — while the fog and sail neutrals do the quiet work of layout. A dependable SaaS and consulting palette.
Built around Navy Blue.
Use this palette
#1f3a5f, #5b7c99, #e9eef2, #d4a017, #faf8f4:root {
--color-navy: #1f3a5f;
--color-slate: #5b7c99;
--color-fog: #e9eef2;
--color-brass: #d4a017;
--color-sail: #faf8f4;
}@theme {
--color-navy: #1f3a5f;
--color-slate: #5b7c99;
--color-fog: #e9eef2;
--color-brass: #d4a017;
--color-sail: #faf8f4;
}{
"name": "Harbor Light",
"colors": [
{
"hex": "#1f3a5f",
"role": "navy"
},
{
"hex": "#5b7c99",
"role": "slate"
},
{
"hex": "#e9eef2",
"role": "fog"
},
{
"hex": "#d4a017",
"role": "brass"
},
{
"hex": "#faf8f4",
"role": "sail"
}
]
}