Penny and Pine

warmmoody

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

Copper glows warmest exactly when set against deep green, and pine is dark enough that the metallic reads as light source rather than color block — the tavern-sign effect. Fawn is penny diluted to a tan, so the warm side descends smoothly from parchment through fawn to penny to espresso with no gap for the eye to trip on. Pine takes the large dark fields; penny should flash, not flood.

Built around Copper.

Use this palette

Hex values
  • #b87333penny
  • #2f4a3epine
  • #d9bc94fawn
  • #f1e9dbparchment
  • #33261despresso
CSS custom properties

The variables, doing badge duty

pennypinefawnparchmentespresso
:root {
  --color-penny: #b87333;
  --color-pine: #2f4a3e;
  --color-fawn: #d9bc94;
  --color-parchment: #f1e9db;
  --color-espresso: #33261d;
}
Tailwind v4 theme

In Penny and Pine's world

@theme {
  --color-penny: #b87333;
  --color-pine: #2f4a3e;
  --color-fawn: #d9bc94;
  --color-parchment: #f1e9db;
  --color-espresso: #33261d;
}
JSON
{
  "name": "Penny and Pine",
  "colors": [
    {
      "hex": "#b87333",
      "role": "penny"
    },
    {
      "hex": "#2f4a3e",
      "role": "pine"
    },
    {
      "hex": "#d9bc94",
      "role": "fawn"
    },
    {
      "hex": "#f1e9db",
      "role": "parchment"
    },
    {
      "hex": "#33261d",
      "role": "espresso"
    }
  ]
}

Related palettes