Pastel Lagoon Study

Cool, hushed tones evoke the serene quality of morning mist settling over shallow water and pale sky.

Colors

~Frosted Fir#B5D5BD
~Water Nymph#83D0D1
~New Heights#C8E7FB
~Blue Lips#A4BCEA
~Moonraker#BFB0DF

Psychology

The palette's low contrast and cool temperature create a naturally calming environment, as recessive blue and teal tones encourage visual rest rather than engagement. Muted saturation across all five colors signals refinement and restraint, psychologically associated with trust and contemplation. The triadic structure balances green, blue, and purple families without jarring shifts, producing harmonious stability that feels both sophisticated and approachable.

Usage

Ideal for wellness app interfaces, sustainable fashion lookbooks, and spa or meditation space branding where soft, non-aggressive color reduces cognitive load. Projects requiring understated elegance benefit from this palette's ability to feel premium without saturation or intensity. Minimalist product photography, editorial layouts, and interior design mood boards leverage the palette's ethereal lightness to convey quality and calm.

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,
    #b5d5bd 0%,
    #83d0d1 25%,
    #c8e7fb 50%,
    #a4bcea 75%,
    #bfb0df 100%
  );
Tailwind v4
/* app.css — Tailwind v4 */
@theme {
  --color-gradient-1: #b5d5bd;
  --color-gradient-2: #83d0d1;
  --color-gradient-3: #c8e7fb;
  --color-gradient-4: #a4bcea;
  --color-gradient-5: #bfb0df;
}

/* Usage: bg-gradient-1, text-gradient-2, etc. */
CSS Variables
--color-1: #b5d5bd;
--color-2: #83d0d1;
--color-3: #c8e7fb;
--color-4: #a4bcea;
--color-5: #bfb0df;
Hex values
#b5d5bd, #83d0d1, #c8e7fb, #a4bcea, #bfb0df

Building something? Get this palette via the REST API.

History

Similar palettes

Frosted Lavender Drift
Jade Hour Glow
Periwinkle Linen Study
Lavender Milk Hour
Misty Lagoon Hour
Shallow Waters
Neon Bloom Dusk
Neon Descent Study
Coastal Linen Study
Pastel Lagoon Study — Color Palette | InstantGradient