Citrus Chalk

freshminimal

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

Here a single loud color does all the talking: lemon is the only saturated note, set against a run of cool, quiet grays and a chalky white. Because fog and sky share the same blue undertone, the neutrals feel deliberate rather than washed out, and the yellow lands like a highlighter stroke on a clean page. Graphite gives interfaces a softer alternative to pure black.

Built around Lemon Yellow.

Use this palette

Hex values
  • #fff44flemon
  • #f4f4f0chalk
  • #c9ced6fog
  • #a9c3d9sky
  • #2e3138graphite
CSS custom properties

The variables, doing badge duty

lemonchalkfogskygraphite
:root {
  --color-lemon: #fff44f;
  --color-chalk: #f4f4f0;
  --color-fog: #c9ced6;
  --color-sky: #a9c3d9;
  --color-graphite: #2e3138;
}
Tailwind v4 theme

In Citrus Chalk's world

@theme {
  --color-lemon: #fff44f;
  --color-chalk: #f4f4f0;
  --color-fog: #c9ced6;
  --color-sky: #a9c3d9;
  --color-graphite: #2e3138;
}
JSON
{
  "name": "Citrus Chalk",
  "colors": [
    {
      "hex": "#fff44f",
      "role": "lemon"
    },
    {
      "hex": "#f4f4f0",
      "role": "chalk"
    },
    {
      "hex": "#c9ced6",
      "role": "fog"
    },
    {
      "hex": "#a9c3d9",
      "role": "sky"
    },
    {
      "hex": "#2e3138",
      "role": "graphite"
    }
  ]
}

Related palettes