Stone and Ink

minimalcalm

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 neutrals and one voice: this is the classic restrained-interface recipe, where charcoal-to-paper covers every text and surface need and the single verdigris accent carries all the personality. Because the accent is teal rather than blue, it feels chosen — blue-on-gray is what every default theme already does.

Built around Charcoal.

Use this palette

Hex values
  • #36454fcharcoal
  • #7d8a94stone
  • #d8dcdfcloud
  • #f6f6f4paper
  • #0f766everdigris
CSS custom properties

The variables, doing badge duty

charcoalstonecloudpaperverdigris
:root {
  --color-charcoal: #36454f;
  --color-stone: #7d8a94;
  --color-cloud: #d8dcdf;
  --color-paper: #f6f6f4;
  --color-verdigris: #0f766e;
}
Tailwind v4 theme

In Stone and Ink's world

@theme {
  --color-charcoal: #36454f;
  --color-stone: #7d8a94;
  --color-cloud: #d8dcdf;
  --color-paper: #f6f6f4;
  --color-verdigris: #0f766e;
}
JSON
{
  "name": "Stone and Ink",
  "colors": [
    {
      "hex": "#36454f",
      "role": "charcoal"
    },
    {
      "hex": "#7d8a94",
      "role": "stone"
    },
    {
      "hex": "#d8dcdf",
      "role": "cloud"
    },
    {
      "hex": "#f6f6f4",
      "role": "paper"
    },
    {
      "hex": "#0f766e",
      "role": "verdigris"
    }
  ]
}

Related palettes