Glacier and Coral

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

Coral against cool gray is a temperature contrast, not a hue fight: the warm accent reads as human and friendly precisely because the icy neutrals around it are so composed. Glacier and milk extend the cool side into light backgrounds, keeping the coral scarce enough to stay special. Anthracite closes the range with a blue-black that never muddies the accent, ideal for product UI and app marketing.

Built around Cool Gray.

Use this palette

Hex values
  • #9aa2abgray
  • #c9d2d8glacier
  • #f4f5f4milk
  • #e07856coral
  • #2e343aanthracite
CSS custom properties

The variables, doing badge duty

grayglaciermilkcoralanthracite
:root {
  --color-gray: #9aa2ab;
  --color-glacier: #c9d2d8;
  --color-milk: #f4f5f4;
  --color-coral: #e07856;
  --color-anthracite: #2e343a;
}
Tailwind v4 theme

In Glacier and Coral's world

@theme {
  --color-gray: #9aa2ab;
  --color-glacier: #c9d2d8;
  --color-milk: #f4f5f4;
  --color-coral: #e07856;
  --color-anthracite: #2e343a;
}
JSON
{
  "name": "Glacier and Coral",
  "colors": [
    {
      "hex": "#9aa2ab",
      "role": "gray"
    },
    {
      "hex": "#c9d2d8",
      "role": "glacier"
    },
    {
      "hex": "#f4f5f4",
      "role": "milk"
    },
    {
      "hex": "#e07856",
      "role": "coral"
    },
    {
      "hex": "#2e343a",
      "role": "anthracite"
    }
  ]
}

Related palettes