Coastal Supper

freshwarm

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

Salmon, butter, and seafoam all sit at nearly the same light-mid value, which is what gives the trio its easy, appetizing softness — no single hue dominates by darkness. The temperature drifts gently from warm salmon through neutral butter to cool seafoam instead of jumping, so the eye reads one coastline rather than three colors. Harbor blue supplies the deep note the pastels lack, anchoring type and logo marks.

Built around Salmon.

Use this palette

Hex values
  • #fa8072salmon
  • #f2d492butter
  • #9fc4b8seafoam
  • #faf5eesalt
  • #2f4550harbor
CSS custom properties

The variables, doing badge duty

salmonbutterseafoamsaltharbor
:root {
  --color-salmon: #fa8072;
  --color-butter: #f2d492;
  --color-seafoam: #9fc4b8;
  --color-salt: #faf5ee;
  --color-harbor: #2f4550;
}
Tailwind v4 theme

In Coastal Supper's world

@theme {
  --color-salmon: #fa8072;
  --color-butter: #f2d492;
  --color-seafoam: #9fc4b8;
  --color-salt: #faf5ee;
  --color-harbor: #2f4550;
}
JSON
{
  "name": "Coastal Supper",
  "colors": [
    {
      "hex": "#fa8072",
      "role": "salmon"
    },
    {
      "hex": "#f2d492",
      "role": "butter"
    },
    {
      "hex": "#9fc4b8",
      "role": "seafoam"
    },
    {
      "hex": "#faf5ee",
      "role": "salt"
    },
    {
      "hex": "#2f4550",
      "role": "harbor"
    }
  ]
}

Related palettes