Spring Leaf Whisper

Soft luminous greens catching early light through fresh foliage, cool and weightless with gentle intensity.

Colors

~White#FFFFFF
~Queen of Gardens#B5E35F
~Poisonous Potion#9AD926

Psychology

The monochromatic green harmony creates visual cohesion while the vivid yellow-green tones deliver bold impact without harsh contrast, avoiding fatigue. Cool greens psychologically signal growth and renewal, yet their high saturation and lightness prevent passivity, producing a paradox of calm assertiveness. This combination leverages the principle that low contrast with high chroma can feel energizing rather than restful, suitable for forward-thinking brands.

Usage

Ideal for eco-conscious product packaging, tech startup interfaces, and wellness brand identities where freshness must feel deliberate rather than soft. Projects requiring cheerful sophistication benefit from the palette's ability to appear playful and premium simultaneously without relying on contrast for definition. The light, cool profile works especially well in digital applications, botanical illustrations, and sustainable fashion campaigns where approachability and environmental consciousness align.

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,
    #ffffff 0%,
    #b5e35f 50%,
    #9ad926 100%
  );
Tailwind v4
/* app.css — Tailwind v4 */
@theme {
  --color-gradient-1: #ffffff;
  --color-gradient-2: #b5e35f;
  --color-gradient-3: #9ad926;
}

/* Usage: bg-gradient-1, text-gradient-2, etc. */
CSS Variables
--color-1: #ffffff;
--color-2: #b5e35f;
--color-3: #9ad926;
Hex values
#ffffff, #b5e35f, #9ad926

Building something? Get this palette via the REST API.

History

Similar palettes

Lime Threshold Rise
Frosted Meadow
Glacial Tide Morning
Jade Hour Glow
Shallow Waters
Neon Meadow Rise
Void & Verdant
Obsidian Spring
Midnight Garden Edge