Fuchsia Ink
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 startedFast
Ships static, loads instantly.
Honest
Every choice explained.
How the preview picks colors: the lightest swatch becomes the page background, the darkest becomes the text, and the most vivid becomes the button. Drag a chip onto any part of the mockup to override it — 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
#ca2c92, #6e5aa8, #ddd0ea, #f8f5f1, #2c2350:root {
--color-fuchsia: #ca2c92;
--color-amethyst: #6e5aa8;
--color-lilac: #ddd0ea;
--color-paper: #f8f5f1;
--color-indigo: #2c2350;
}@theme {
--color-fuchsia: #ca2c92;
--color-amethyst: #6e5aa8;
--color-lilac: #ddd0ea;
--color-paper: #f8f5f1;
--color-indigo: #2c2350;
}{
"name": "Fuchsia Ink",
"colors": [
{
"hex": "#ca2c92",
"role": "fuchsia"
},
{
"hex": "#6e5aa8",
"role": "amethyst"
},
{
"hex": "#ddd0ea",
"role": "lilac"
},
{
"hex": "#f8f5f1",
"role": "paper"
},
{
"hex": "#2c2350",
"role": "indigo"
}
]
}