Lime Threshold Rise

Soft light filtered through fresh leaves, cool and luminous, with a gentle electric pulse beneath.

Colors

~White#FFFFFF
~Queen of Gardens#B5E35F
~Candy Green#2BD124

Psychology

The palette combines white as a clean anchor with two vivid greens that sit close in luminosity but differ in saturation, creating visual interest without jarring contrast. Cool green hues naturally evoke growth and renewal, while their high chroma and lightness prevent the mood from becoming cold or clinical. Low contrast paired with bold saturation produces a paradoxical effect: energetic yet approachable, suggesting confidence without aggression.

Usage

Ideal for sustainable product packaging, eco-friendly app interfaces, and organic beauty brand identity systems where freshness and approachability matter equally. Projects requiring calm energy with visual pop, such as wellness startups and garden-focused editorial, leverage this palette's cool temperature and monochromatic harmony to guide attention without fatigue. The light profile works especially well for digital and print applications targeting millennial and Gen Z audiences seeking authenticity without intensity.

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

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

Building something? Get this palette via the REST API.

History

Similar palettes

Glacial Tide Morning
Spring Leaf Whisper
Jade Hour Glow
Shallow Waters
Frosted Meadow
Deep Forest Canopy
Neon Pool Rush
Neon Meadow Rise
Void & Verdant