Neon Tide Strike

Electric tropical water meeting cool shadow, bright enough to pierce darkness yet rooted in depth and restraint.

Colors

~Tropical Turquoise#00C8FF
~Beau Vert#005F6B
~Intoxicate#20BF55
~Heart of Ice#FBFBFF
~Nervous Neon Pink#F773D4

Psychology

The triadic harmony of vivid turquoise, lime green, and hot pink creates high-frequency visual tension that demands attention, while the deep teal anchor and near-white spacer prevent chaos by providing tonal grounding. Cool hues dominate, reducing warmth despite the vibrant pink, which reads as an accent punch rather than a dominant temperature. Maximum contrast between light and dark zones triggers alertness and energy, making this palette psychologically stimulating rather than restful, suited to brands requiring electric personality.

Usage

Deploy across tech startup interfaces, neon streetwear collections, and summer music festival branding where boldness and immediate visual impact matter more than subtlety. The high contrast and cool foundation excel in digital product design and modern packaging where hierarchy and legibility are essential. The palette's vivid saturation works particularly well in fashion editorials and environmental graphics where drama and youth culture positioning are strategic goals.

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,
    #00c8ff 0%,
    #005f6b 25%,
    #20bf55 50%,
    #fbfbff 75%,
    #f773d4 100%
  );
Tailwind v4
/* app.css — Tailwind v4 */
@theme {
  --color-gradient-1: #00c8ff;
  --color-gradient-2: #005f6b;
  --color-gradient-3: #20bf55;
  --color-gradient-4: #fbfbff;
  --color-gradient-5: #f773d4;
}

/* Usage: bg-gradient-1, text-gradient-2, etc. */
CSS Variables
--color-1: #00c8ff;
--color-2: #005f6b;
--color-3: #20bf55;
--color-4: #fbfbff;
--color-5: #f773d4;
Hex values
#00c8ff, #005f6b, #20bf55, #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
Flamingo Blush Hour
Mineral Spring Dawn