Lagoon Morning
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
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
#0f766e, #99d5cf, #f2faf9, #d4a017, #36454f:root {
--color-teal: #0f766e;
--color-shallows: #99d5cf;
--color-foam: #f2faf9;
--color-sun: #d4a017;
--color-depth: #36454f;
}@theme {
--color-teal: #0f766e;
--color-shallows: #99d5cf;
--color-foam: #f2faf9;
--color-sun: #d4a017;
--color-depth: #36454f;
}{
"name": "Lagoon Morning",
"colors": [
{
"hex": "#0f766e",
"role": "teal"
},
{
"hex": "#99d5cf",
"role": "shallows"
},
{
"hex": "#f2faf9",
"role": "foam"
},
{
"hex": "#d4a017",
"role": "sun"
},
{
"hex": "#36454f",
"role": "depth"
}
]
}