Harbor Light

freshminimal

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 started

Fast

Ships static, loads instantly.

Honest

Every choice explained.

Tap to copy + paint · drag to place

How the preview picks colors: the lightest swatch becomes the page background, the darkest becomes the text, and the most vivid becomes the button. To override: tap a chip to arm it, then click any outlined part of the mockup to paint (or drag the chip there). 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

Hex values
  • #1f3a5fnavy
  • #5b7c99slate
  • #e9eef2fog
  • #d4a017brass
  • #faf8f4sail
CSS custom properties

The variables, doing badge duty

navyslatefogbrasssail
:root {
  --color-navy: #1f3a5f;
  --color-slate: #5b7c99;
  --color-fog: #e9eef2;
  --color-brass: #d4a017;
  --color-sail: #faf8f4;
}
Tailwind v4 theme

In Harbor Light's world

@theme {
  --color-navy: #1f3a5f;
  --color-slate: #5b7c99;
  --color-fog: #e9eef2;
  --color-brass: #d4a017;
  --color-sail: #faf8f4;
}
JSON
{
  "name": "Harbor Light",
  "colors": [
    {
      "hex": "#1f3a5f",
      "role": "navy"
    },
    {
      "hex": "#5b7c99",
      "role": "slate"
    },
    {
      "hex": "#e9eef2",
      "role": "fog"
    },
    {
      "hex": "#d4a017",
      "role": "brass"
    },
    {
      "hex": "#faf8f4",
      "role": "sail"
    }
  ]
}

Related palettes