Gallery Plaster

minimalwarm

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

Four colors, four clean value steps — plaster, taupe, rust, graphite — so hierarchy is built into the palette before a layout even starts. Rust works as the accent because it is essentially taupe with its brown undertone turned up to full: same family, more conviction. The restraint suits contexts where content is the star, like portfolios, decks, and gallery-adjacent interiors.

Built around Taupe.

Use this palette

Hex values
  • #9a8a78taupe
  • #e8e2d8plaster
  • #a85638rust
  • #3a3733graphite
CSS custom properties

The variables, doing badge duty

taupeplasterrustgraphite
:root {
  --color-taupe: #9a8a78;
  --color-plaster: #e8e2d8;
  --color-rust: #a85638;
  --color-graphite: #3a3733;
}
Tailwind v4 theme

In Gallery Plaster's world

@theme {
  --color-taupe: #9a8a78;
  --color-plaster: #e8e2d8;
  --color-rust: #a85638;
  --color-graphite: #3a3733;
}
JSON
{
  "name": "Gallery Plaster",
  "colors": [
    {
      "hex": "#9a8a78",
      "role": "taupe"
    },
    {
      "hex": "#e8e2d8",
      "role": "plaster"
    },
    {
      "hex": "#a85638",
      "role": "rust"
    },
    {
      "hex": "#3a3733",
      "role": "graphite"
    }
  ]
}

Related palettes