Cyber Abyss
Glowing liquid cool against absolute darkness, a moment suspended between electric wakefulness and silent void.
Psychology
The vivid cyans and blues advance against the near-black void, creating visual tension that commands attention while the muted dark purple mediates between extremes. High contrast between luminous and achromatic tones triggers alertness and clarity, common in technology and interface design. The palette exploits simultaneous contrast, where cool bright hues appear even more saturated when surrounded by deep shadows, amplifying perceived vibrancy.
Usage
Ideal for tech product dashboards, cybersecurity branding, and digital agency websites that require visual hierarchy and legibility. Music production interfaces, gaming UI, and sci-fi editorial layouts benefit from the stark contrast and moody, futuristic character. The cool dominance and minimal lightness work well for luxury tech packaging and software onboarding flows where sophistication and clarity must coexist.
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,
#00e5ff 0%,
#0f0a23 33%,
#0078ff 67%,
#000000 100%
);Tailwind v4
/* app.css — Tailwind v4 */
@theme {
--color-gradient-1: #00e5ff;
--color-gradient-2: #0f0a23;
--color-gradient-3: #0078ff;
--color-gradient-4: #000000;
}
/* Usage: bg-gradient-1, text-gradient-2, etc. */CSS Variables
--color-1: #00e5ff; --color-2: #0f0a23; --color-3: #0078ff; --color-4: #000000;
Hex values
#00e5ff, #0f0a23, #0078ff, #000000
Building something? Get this palette via the REST API.
History
Similar palettes
Jade Hour Glow
Neon Descent Study
Neon Bloom Dusk
Teal Depths Nocturne
Periwinkle Linen Study
Pastel Lagoon Study
Electric Dusk
Midnight Pool Glow
Twilight Alchemy