Neon Pool Rush

A high-voltage collision of cool depths and warm fire, vibrant and unapologetic in its contrast.

Colors

~Black#000000
~Pool Water#3186FF
~Intoxicate#08B962
~Red Coral#F94543
~Nacho Cheese#FABC12

Tags

Psychology

The palette pairs cool dominance (deep black and vivid blue) with warm accent pops (coral, green, yellow) to create visual tension that demands attention without overwhelming. High saturation across all hues triggers an energetic, forward-moving response, while the true black anchor prevents the composition from feeling chaotic, grounding the vibrancy through contrast depth. The complementary harmony of blue-yellow and red-green creates natural visual balance despite the electric intensity.

Usage

Ideal for tech startup branding, e-sports interfaces, and music streaming platforms seeking bold, contemporary visual systems. The high contrast works exceptionally well in digital advertising campaigns, app UI design, and event promotion materials where immediate impact and memorability are essential. Also effective for sports equipment packaging and youth-oriented editorial layouts that demand energy without sacrificing legibility.

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,
    #000000 0%,
    #3186ff 25%,
    #08b962 50%,
    #f94543 75%,
    #fabc12 100%
  );
Tailwind v4
/* app.css — Tailwind v4 */
@theme {
  --color-gradient-1: #000000;
  --color-gradient-2: #3186ff;
  --color-gradient-3: #08b962;
  --color-gradient-4: #f94543;
  --color-gradient-5: #fabc12;
}

/* Usage: bg-gradient-1, text-gradient-2, etc. */
CSS Variables
--color-1: #000000;
--color-2: #3186ff;
--color-3: #08b962;
--color-4: #f94543;
--color-5: #fabc12;
Hex values
#000000, #3186ff, #08b962, #f94543, #fabc12

Building something? Get this palette via the REST API.

History

Similar palettes

Buttercream Lagoon
Terracotta Greenhouse Rest
Jade Hour Glow
Shallow Waters
Pastel Lagoon
Terracotta Sunrise
Midnight Brass
Indigo Hour Study
Celadon Reverie