Grove Table

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

Olive and clay sit close to complementary, but both are muted to the register of sun-dried pigments, so the pairing reads as a Mediterranean lunch table rather than a color-wheel exercise. Straw carries olive's yellow undertone up into the light range, tying the green to the flax background. Umber, a brown-black mixed from the same earth, closes the palette with warm, legible depth.

Built around Olive Green.

Use this palette

Hex values
  • #708238olive
  • #f3ecd8flax
  • #d3b877straw
  • #ab5436clay
  • #3a3524umber
CSS custom properties

The variables, doing badge duty

oliveflaxstrawclayumber
:root {
  --color-olive: #708238;
  --color-flax: #f3ecd8;
  --color-straw: #d3b877;
  --color-clay: #ab5436;
  --color-umber: #3a3524;
}
Tailwind v4 theme

In Grove Table's world

@theme {
  --color-olive: #708238;
  --color-flax: #f3ecd8;
  --color-straw: #d3b877;
  --color-clay: #ab5436;
  --color-umber: #3a3524;
}
JSON
{
  "name": "Grove Table",
  "colors": [
    {
      "hex": "#708238",
      "role": "olive"
    },
    {
      "hex": "#f3ecd8",
      "role": "flax"
    },
    {
      "hex": "#d3b877",
      "role": "straw"
    },
    {
      "hex": "#ab5436",
      "role": "clay"
    },
    {
      "hex": "#3a3524",
      "role": "umber"
    }
  ]
}

Related palettes