Neon Lagoon Strike
Luminous synthetic energy meets cool water depths, creating a charged contrast that feels urgent and electric.
Psychology
The triadic harmony of turquoise, green, and magenta pink creates visual tension that commands attention through high chromatic contrast. Cool teals and greens recede into depth while the vivid hot pink advances, producing a dynamic push-pull effect that feels contemporary and stimulating. The near-white anchor prevents oversaturation, allowing the neon intensity to read as striking rather than chaotic.
Usage
Strong on digital product interfaces, gaming UX, and tech startup branding where visual pop and modern energy are essential. Effective for music festival posters, neon sign design, and synthetic fashion campaigns that embrace artificial vibrancy and electronic aesthetics. Works well in editorial layouts and experimental packaging for beauty or lifestyle brands targeting younger, digitally native audiences seeking bold, unapologetic color.
Code
CSS Gradient
/* CSS gradient approximation of mesh gradient */
/* Note: This is a linear approximation. For the full animated mesh effect, use the React/JS export. */
background: linear-gradient(
90deg,
#00ccff 0%,
#005f6b 25%,
#12ba4a 50%,
#fbfbff 75%,
#f773d4 100%
);Tailwind v4
/* app.css — Tailwind v4 */
@theme {
--color-gradient-1: #00ccff;
--color-gradient-2: #005f6b;
--color-gradient-3: #12ba4a;
--color-gradient-4: #fbfbff;
--color-gradient-5: #f773d4;
}
/* Usage: bg-gradient-1, text-gradient-2, etc. */CSS Variables
--color-1: #00ccff; --color-2: #005f6b; --color-3: #12ba4a; --color-4: #fbfbff; --color-5: #f773d4;
Hex values
#00ccff, #005f6b, #12ba4a, #fbfbff, #f773d4
Building something? Get this palette via the REST API.
History
Similar palettes
Neon Bloom Dusk
Jade Hour Glow
Shallow Waters
Pastel Lagoon Study
Frosted Lavender Drift
Twilight Alchemy
Neon Descent Study
Mineral Spring Dawn
Midnight Pool Glow