Lagoon Morning

freshvibrant

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

Teal and mustard are a proven complementary-adjacent pair: the cool base does the structural work while the warm sun accent creates focal points the eye can't skip. Three tints of the same teal give interfaces natural state colors — hover, active, background — which makes this one of the most practical palettes here for product design.

Built around Teal.

Use this palette

Hex values
  • #0f766eteal
  • #99d5cfshallows
  • #f2faf9foam
  • #d4a017sun
  • #36454fdepth
CSS custom properties

The variables, doing badge duty

tealshallowsfoamsundepth
:root {
  --color-teal: #0f766e;
  --color-shallows: #99d5cf;
  --color-foam: #f2faf9;
  --color-sun: #d4a017;
  --color-depth: #36454f;
}
Tailwind v4 theme

In Lagoon Morning's world

@theme {
  --color-teal: #0f766e;
  --color-shallows: #99d5cf;
  --color-foam: #f2faf9;
  --color-sun: #d4a017;
  --color-depth: #36454f;
}
JSON
{
  "name": "Lagoon Morning",
  "colors": [
    {
      "hex": "#0f766e",
      "role": "teal"
    },
    {
      "hex": "#99d5cf",
      "role": "shallows"
    },
    {
      "hex": "#f2faf9",
      "role": "foam"
    },
    {
      "hex": "#d4a017",
      "role": "sun"
    },
    {
      "hex": "#36454f",
      "role": "depth"
    }
  ]
}

Related palettes