Cabin Weekend

earthywarmmoody

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

Forest green and bark brown are next-door neighbors in nature, and they harmonize here because brown is essentially a dark, desaturated orange — the complement that makes green feel alive. Ember concentrates that red-orange energy into one firelit accent, while pine extends the anchor down into a near-black for text and trim. Birch keeps the cabin bright enough to live in.

Built around Forest Green.

Use this palette

Hex values
  • #228b22forest
  • #f1e9dabirch
  • #5d4433bark
  • #a63a2eember
  • #1d2b1apine
CSS custom properties

The variables, doing badge duty

forestbirchbarkemberpine
:root {
  --color-forest: #228b22;
  --color-birch: #f1e9da;
  --color-bark: #5d4433;
  --color-ember: #a63a2e;
  --color-pine: #1d2b1a;
}
Tailwind v4 theme

In Cabin Weekend's world

@theme {
  --color-forest: #228b22;
  --color-birch: #f1e9da;
  --color-bark: #5d4433;
  --color-ember: #a63a2e;
  --color-pine: #1d2b1a;
}
JSON
{
  "name": "Cabin Weekend",
  "colors": [
    {
      "hex": "#228b22",
      "role": "forest"
    },
    {
      "hex": "#f1e9da",
      "role": "birch"
    },
    {
      "hex": "#5d4433",
      "role": "bark"
    },
    {
      "hex": "#a63a2e",
      "role": "ember"
    },
    {
      "hex": "#1d2b1a",
      "role": "pine"
    }
  ]
}

Related palettes