Fuchsia Ink

moodyvibrant

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

Magenta, amethyst, and indigo form a single analogous run from pink into blue-violet, giving the palette depth in one direction instead of scattered contrast. Each step down the run is also a step down in value — fuchsia bright, amethyst mid, indigo dark — so hue and lightness move together, which is what makes gradients from this set look intentional. Lilac and paper keep the light end from going stark white against so much violet.

Built around Magenta.

Use this palette

Hex values
  • #ca2c92fuchsia
  • #6e5aa8amethyst
  • #ddd0ealilac
  • #f8f5f1paper
  • #2c2350indigo
CSS custom properties

The variables, doing badge duty

fuchsiaamethystlilacpaperindigo
:root {
  --color-fuchsia: #ca2c92;
  --color-amethyst: #6e5aa8;
  --color-lilac: #ddd0ea;
  --color-paper: #f8f5f1;
  --color-indigo: #2c2350;
}
Tailwind v4 theme

In Fuchsia Ink's world

@theme {
  --color-fuchsia: #ca2c92;
  --color-amethyst: #6e5aa8;
  --color-lilac: #ddd0ea;
  --color-paper: #f8f5f1;
  --color-indigo: #2c2350;
}
JSON
{
  "name": "Fuchsia Ink",
  "colors": [
    {
      "hex": "#ca2c92",
      "role": "fuchsia"
    },
    {
      "hex": "#6e5aa8",
      "role": "amethyst"
    },
    {
      "hex": "#ddd0ea",
      "role": "lilac"
    },
    {
      "hex": "#f8f5f1",
      "role": "paper"
    },
    {
      "hex": "#2c2350",
      "role": "indigo"
    }
  ]
}

Related palettes