Orangette

warmretro

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

Named for the confection — candied orange peel dipped in dark chocolate — and the color logic is the same as the flavor logic: orange and brown are neighbors on the wheel, so the accent intensifies the base instead of arguing with it. Chocolate, cocoa, and hazelnut form a three-step brown roast, and cream keeps the composition from becoming dense. It is practically a ready-made food label system.

Built around Chocolate Brown.

Use this palette

Hex values
  • #4e342echocolate
  • #d97b2fcandied-orange
  • #f5ead9cream
  • #7a5a48cocoa
  • #b08a63hazelnut
CSS custom properties

The variables, doing badge duty

chocolatecandied-orangecreamcocoahazelnut
:root {
  --color-chocolate: #4e342e;
  --color-candied-orange: #d97b2f;
  --color-cream: #f5ead9;
  --color-cocoa: #7a5a48;
  --color-hazelnut: #b08a63;
}
Tailwind v4 theme

In Orangette's world

@theme {
  --color-chocolate: #4e342e;
  --color-candied-orange: #d97b2f;
  --color-cream: #f5ead9;
  --color-cocoa: #7a5a48;
  --color-hazelnut: #b08a63;
}
JSON
{
  "name": "Orangette",
  "colors": [
    {
      "hex": "#4e342e",
      "role": "chocolate"
    },
    {
      "hex": "#d97b2f",
      "role": "candied-orange"
    },
    {
      "hex": "#f5ead9",
      "role": "cream"
    },
    {
      "hex": "#7a5a48",
      "role": "cocoa"
    },
    {
      "hex": "#b08a63",
      "role": "hazelnut"
    }
  ]
}

Related palettes