Butterscotch Diner

retrowarm

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

This is 1950s diner material culture in five swatches: butterscotch vinyl, caramel wood grain, malt-shake cream, and one teal booth. The teal is doing the historical heavy lifting — mid-century designers loved it against warm golds because the pairing is complementary but both sides stay slightly grayed, so it never buzzes. Umber holds the line work, making the set a gift to retro illustration.

Built around Caramel.

Use this palette

Hex values
  • #c68a4bcaramel
  • #dfae6abutterscotch
  • #f4e9d3malt
  • #3f8c85booth-teal
  • #5a3d22umber
CSS custom properties

The variables, doing badge duty

caramelbutterscotchmaltbooth-tealumber
:root {
  --color-caramel: #c68a4b;
  --color-butterscotch: #dfae6a;
  --color-malt: #f4e9d3;
  --color-booth-teal: #3f8c85;
  --color-umber: #5a3d22;
}
Tailwind v4 theme

In Butterscotch Diner's world

@theme {
  --color-caramel: #c68a4b;
  --color-butterscotch: #dfae6a;
  --color-malt: #f4e9d3;
  --color-booth-teal: #3f8c85;
  --color-umber: #5a3d22;
}
JSON
{
  "name": "Butterscotch Diner",
  "colors": [
    {
      "hex": "#c68a4b",
      "role": "caramel"
    },
    {
      "hex": "#dfae6a",
      "role": "butterscotch"
    },
    {
      "hex": "#f4e9d3",
      "role": "malt"
    },
    {
      "hex": "#3f8c85",
      "role": "booth-teal"
    },
    {
      "hex": "#5a3d22",
      "role": "umber"
    }
  ]
}

Related palettes