Ultraviolet Club
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
Violet, magenta and cyan are the language of neon signage, and they cohere here because all three glow at maximum saturation against onyx — the near-black does the harmonizing by giving every hue the same dark stage. Violet leads, with magenta and cyan flanking it from either side of the wheel like stage lights. Ghost, a violet-tinted white, keeps text readable without dimming the club atmosphere.
Built around Violet.
Use this palette
#7f00ff, #ff2ec4, #00e5ff, #12041f, #f2eaff:root {
--color-violet: #7f00ff;
--color-magenta: #ff2ec4;
--color-cyan: #00e5ff;
--color-onyx: #12041f;
--color-ghost: #f2eaff;
}@theme {
--color-violet: #7f00ff;
--color-magenta: #ff2ec4;
--color-cyan: #00e5ff;
--color-onyx: #12041f;
--color-ghost: #f2eaff;
}{
"name": "Ultraviolet Club",
"colors": [
{
"hex": "#7f00ff",
"role": "violet"
},
{
"hex": "#ff2ec4",
"role": "magenta"
},
{
"hex": "#00e5ff",
"role": "cyan"
},
{
"hex": "#12041f",
"role": "onyx"
},
{
"hex": "#f2eaff",
"role": "ghost"
}
]
}