Cotton Candy Lagoon
Soft neon glow caught between twilight and sunrise, where cool teal meets warm candy sweetness in barely-there luminescence.
Psychology
The palette pairs vivid, light purples (Pink Flamingo and Strawberry Buttercream) with receding cool teals and blues, creating depth through hue contrast while maintaining low overall saturation that feels approachable rather than jarring. Cool tones anchor the composition while warm yellows and hot pinks advance forward, producing a dynamic tension that reads as bold without overwhelming. This combination of low contrast and high saturation stimulates attention without fatigue, triggering playful optimism common to confectionery and youth-oriented design.
Usage
Ideal for cosmetics and candy packaging, children's book illustration, and lifestyle social media content where youthful energy must feel accessible and inviting. Projects requiring both visual pop and gentle approachability benefit from the palette's capacity to feel simultaneously bold and soft, avoiding harsh contrast that alienates younger audiences. Works particularly well in beauty and wellness branding targeting digital-first, trend-conscious markets.
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,
#80fffd 0%,
#bdeeff 25%,
#f56bff 50%,
#ffb3f9 75%,
#f8ff94 100%
);Tailwind v4
/* app.css — Tailwind v4 */
@theme {
--color-gradient-1: #80fffd;
--color-gradient-2: #bdeeff;
--color-gradient-3: #f56bff;
--color-gradient-4: #ffb3f9;
--color-gradient-5: #f8ff94;
}
/* Usage: bg-gradient-1, text-gradient-2, etc. */CSS Variables
--color-1: #80fffd; --color-2: #bdeeff; --color-3: #f56bff; --color-4: #ffb3f9; --color-5: #f8ff94;
Hex values
#80fffd, #bdeeff, #f56bff, #ffb3f9, #f8ff94
Building something? Get this palette via the REST API.
History
Similar palettes
Jade Hour Glow
Neon Bloom Dusk
Midnight Brass
Frosted Lavender Drift
Periwinkle Linen Study
Neon Descent Study
Cotton Candy Dawn
Silk Hour Reverie
Pastel Lagoon