Neon Orchid

vibrant

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

Hot pink and violet are analogous neighbors, so the two neons reinforce rather than fight — ultraviolet reads as orchid's shadow under blacklight. Against the near-black void both fluoresce, which is the whole point: this palette is built for dark-mode screens and thumbnails that must stop a scroll. Candy is the tint for large soft shapes, ghost for the rare light layout, and neither neon should exceed a quarter of the frame.

Built around Hot Pink.

Use this palette

Hex values
  • #ff69b4orchid
  • #7b3ff2ultraviolet
  • #ffc4decandy
  • #f6f2f7ghost
  • #17131fvoid
CSS custom properties

The variables, doing badge duty

orchidultravioletcandyghostvoid
:root {
  --color-orchid: #ff69b4;
  --color-ultraviolet: #7b3ff2;
  --color-candy: #ffc4de;
  --color-ghost: #f6f2f7;
  --color-void: #17131f;
}
Tailwind v4 theme

In Neon Orchid's world

@theme {
  --color-orchid: #ff69b4;
  --color-ultraviolet: #7b3ff2;
  --color-candy: #ffc4de;
  --color-ghost: #f6f2f7;
  --color-void: #17131f;
}
JSON
{
  "name": "Neon Orchid",
  "colors": [
    {
      "hex": "#ff69b4",
      "role": "orchid"
    },
    {
      "hex": "#7b3ff2",
      "role": "ultraviolet"
    },
    {
      "hex": "#ffc4de",
      "role": "candy"
    },
    {
      "hex": "#f6f2f7",
      "role": "ghost"
    },
    {
      "hex": "#17131f",
      "role": "void"
    }
  ]
}

Related palettes