High Desert Road

earthywarm

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

Canyon orange against dusty sky blue is the complementary contrast of actual desert horizons, and hazing the blue keeps the pairing atmospheric instead of sporty. Sand and cloud form a warm two-step ground that belongs to the orange family, so the palette stays sun-baked even where the accent is absent. Use canyon for the mark and headlines, sky for secondary moments, espresso for body text.

Built around Burnt Orange.

Use this palette

Hex values
  • #cc5500canyon
  • #7fa3b8sky
  • #e6cfaesand
  • #f8f2e7cloud
  • #3b2b21espresso
CSS custom properties

The variables, doing badge duty

canyonskysandcloudespresso
:root {
  --color-canyon: #cc5500;
  --color-sky: #7fa3b8;
  --color-sand: #e6cfae;
  --color-cloud: #f8f2e7;
  --color-espresso: #3b2b21;
}
Tailwind v4 theme

In High Desert Road's world

@theme {
  --color-canyon: #cc5500;
  --color-sky: #7fa3b8;
  --color-sand: #e6cfae;
  --color-cloud: #f8f2e7;
  --color-espresso: #3b2b21;
}
JSON
{
  "name": "High Desert Road",
  "colors": [
    {
      "hex": "#cc5500",
      "role": "canyon"
    },
    {
      "hex": "#7fa3b8",
      "role": "sky"
    },
    {
      "hex": "#e6cfae",
      "role": "sand"
    },
    {
      "hex": "#f8f2e7",
      "role": "cloud"
    },
    {
      "hex": "#3b2b21",
      "role": "espresso"
    }
  ]
}

Related palettes