Porchlight Hour

warmcalm

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 palette runs the actual gradient of a summer dusk — apricot and honey where the light is, mauve and plum where it fades — so the warm-to-cool transition feels observed rather than arranged. Mauve is the hinge: it contains both apricot's pink and plum's violet, letting the two ends meet without a seam. Plum doubles as the text color, and cream keeps the page from competing with the sky.

Built around Apricot.

Use this palette

Hex values
  • #fbceb1apricot
  • #e0a75ehoney
  • #b189a0mauve
  • #533a56plum
  • #fbf5edcream
CSS custom properties

The variables, doing badge duty

apricothoneymauveplumcream
:root {
  --color-apricot: #fbceb1;
  --color-honey: #e0a75e;
  --color-mauve: #b189a0;
  --color-plum: #533a56;
  --color-cream: #fbf5ed;
}
Tailwind v4 theme

In Porchlight Hour's world

@theme {
  --color-apricot: #fbceb1;
  --color-honey: #e0a75e;
  --color-mauve: #b189a0;
  --color-plum: #533a56;
  --color-cream: #fbf5ed;
}
JSON
{
  "name": "Porchlight Hour",
  "colors": [
    {
      "hex": "#fbceb1",
      "role": "apricot"
    },
    {
      "hex": "#e0a75e",
      "role": "honey"
    },
    {
      "hex": "#b189a0",
      "role": "mauve"
    },
    {
      "hex": "#533a56",
      "role": "plum"
    },
    {
      "hex": "#fbf5ed",
      "role": "cream"
    }
  ]
}

Related palettes