Pastel Lagoon
Whisper-soft layers of warm and cool tones that feel like touching sun-warmed linen against cool skin.
Psychology
The palette's low contrast and high lightness create a soothing, non-threatening visual environment that reduces cognitive load and promotes relaxation. The cool teal grounds the composition while warm pinks, yellows, and corals gradually advance, creating gentle visual depth without jarring transitions. This complementary pairing of cool and warm families in muted intensities activates color theory's simultaneous contrast principle while remaining restful rather than vibrant.
Usage
Ideal for wellness and beauty packaging, where soft, approachable aesthetics build trust, and SaaS interfaces designed for calm, focused work. The palette excels in children's book illustration and fabric design for bedding or apparel, where low contrast prevents visual overwhelm. Projects requiring sophisticated softness rather than boldness, such as luxury spa branding or minimalist editorial design, benefit from this palette's refined, understated harmony.
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,
#fef7ff 0%,
#a8edea 25%,
#fed6e3 50%,
#ffecd2 75%,
#fcb69f 100%
);Tailwind v4
/* app.css — Tailwind v4 */
@theme {
--color-gradient-1: #fef7ff;
--color-gradient-2: #a8edea;
--color-gradient-3: #fed6e3;
--color-gradient-4: #ffecd2;
--color-gradient-5: #fcb69f;
}
/* Usage: bg-gradient-1, text-gradient-2, etc. */CSS Variables
--color-1: #fef7ff; --color-2: #a8edea; --color-3: #fed6e3; --color-4: #ffecd2; --color-5: #fcb69f;
Hex values
#fef7ff, #a8edea, #fed6e3, #ffecd2, #fcb69f
Building something? Get this palette via the REST API.
History
Similar palettes
Sorbet Afternoon
Honeycomb Afternoon
Terracotta Sunrise
Buttercream Lagoon
Celadon Reverie
Linen Morning
Silk Sleep Reverie
Peach Hour
Teal Linen Afternoon