Neon Meadow Rise
The sharp, luminous glow of bioluminescent flora under cool light, vibrating with electric intensity.
Psychology
The monochromatic green harmony with exceptionally high saturation and light value creates visual tension without traditional contrast, generating a sense of kinetic energy that feels simultaneously approachable and arresting. Cool greens are associated with renewal and vitality, while the neon-like brightness pushes perception toward synthetic, forward-thinking contexts rather than natural calm. The low chroma variation between colors prevents visual fatigue despite their intensity, making the palette feel cohesive yet dynamically alive.
Usage
Ideal for tech startup branding, biotech packaging, and sustainable energy campaign visuals where boldness signals innovation without sacrificing sophistication. Works exceptionally well in digital interfaces, gaming assets, and motion graphics where the palette's luminous quality translates directly to screen light. Projects requiring youthful yet professional energy, such as eco-conscious fashion lines or modern wellness brands, benefit from this palette's unique balance of cool vibrancy and approachable lightness.
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,
#1eff00 0%,
#21c02b 33%,
#47ff97 67%,
#00ff4c 100%
);Tailwind v4
/* app.css — Tailwind v4 */
@theme {
--color-gradient-1: #1eff00;
--color-gradient-2: #21c02b;
--color-gradient-3: #47ff97;
--color-gradient-4: #00ff4c;
}
/* Usage: bg-gradient-1, text-gradient-2, etc. */CSS Variables
--color-1: #1eff00; --color-2: #21c02b; --color-3: #47ff97; --color-4: #00ff4c;
Hex values
#1eff00, #21c02b, #47ff97, #00ff4c
Building something? Get this palette via the REST API.
History
Similar palettes
Frosted Meadow
Jade Hour Glow
Ink & Signal
Neon Pool Rush
Signal Meridian
Shallow Waters
Mint Aqua Whisper
Charcoal Spring Leaf
Frosted Lavender Drift