Neon Verdant Midnight
Glowing green depths meeting absolute darkness, sharp and electric, cutting through silence with cool luminescence.
Psychology
The three vibrant greens occupy a narrow, highly saturated band in the cool spectrum, creating visual intensity without warmth, while black provides maximum contrast and visual anchor. This combination activates attention and forward motion, a principle of high-contrast color theory where opposing lightness values pull the eye across space. The cool green family evokes synthetic vitality, suggesting technology and growth simultaneously, while the absence of warm tones prevents any softness or comfort.
Usage
Ideal for tech startup branding, futuristic app interfaces, and neon-forward fashion campaigns where bold legibility and cutting-edge energy matter. Packaging for premium electronics, editorial layouts with high visual impact, and motion graphics benefit from the extreme contrast and cool saturation. Works exceptionally well for sustainable tech branding that aims to merge nature imagery with contemporary digital aesthetics.
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,
#1eff6e 0%,
#00c878 33%,
#32e65f 67%,
#000000 100%
);Tailwind v4
/* app.css — Tailwind v4 */
@theme {
--color-gradient-1: #1eff6e;
--color-gradient-2: #00c878;
--color-gradient-3: #32e65f;
--color-gradient-4: #000000;
}
/* Usage: bg-gradient-1, text-gradient-2, etc. */CSS Variables
--color-1: #1eff6e; --color-2: #00c878; --color-3: #32e65f; --color-4: #000000;
Hex values
#1eff6e, #00c878, #32e65f, #000000
Building something? Get this palette via the REST API.
History
Similar palettes
Ink & Signal
Signal Meridian
Neon Meadow Rise
Jade Hour Glow
Frosted Meadow
Neon Pool Rush
Midnight Garden Edge
Glacial Tide Morning
Lime Threshold Rise