Acid Garden

vibrantmoody

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

Chartreuse and violet are direct complements, and here both are used the way streetwear and festival design use them — as jolts against a near-black field that maximizes their glow. Fern is the bridge tone: a natural green that shares chartreuse's hue at a fraction of its intensity, so the neon reads as the brightest leaf in a dark garden rather than an alien element. Bone provides the light surface for long-form text.

Built around Chartreuse.

Use this palette

Hex values
  • #7fff00acid
  • #17181aink
  • #f4f2eabone
  • #6f42c1violet
  • #2e5d34fern
CSS custom properties

The variables, doing badge duty

acidinkbonevioletfern
:root {
  --color-acid: #7fff00;
  --color-ink: #17181a;
  --color-bone: #f4f2ea;
  --color-violet: #6f42c1;
  --color-fern: #2e5d34;
}
Tailwind v4 theme

In Acid Garden's world

@theme {
  --color-acid: #7fff00;
  --color-ink: #17181a;
  --color-bone: #f4f2ea;
  --color-violet: #6f42c1;
  --color-fern: #2e5d34;
}
JSON
{
  "name": "Acid Garden",
  "colors": [
    {
      "hex": "#7fff00",
      "role": "acid"
    },
    {
      "hex": "#17181a",
      "role": "ink"
    },
    {
      "hex": "#f4f2ea",
      "role": "bone"
    },
    {
      "hex": "#6f42c1",
      "role": "violet"
    },
    {
      "hex": "#2e5d34",
      "role": "fern"
    }
  ]
}

Related palettes