Lagoon Glass Morning

Cool, luminous teal tones that evoke frosted glass catching soft daylight, serene and weightless.

Colors

~Vaporised#CCF6FF
~Permafrost#9EF2FF
~Tropical Turquoise#00CCFF
~Neon Blue#38D7FF

Tags

Psychology

The monochromatic teal family creates visual coherence while the progression from very light to vivid maintains subtle depth without jarring contrast. Cool hues naturally recede and soothe, triggering parasympathetic responses associated with water and sky, while the light value profile prevents any sense of heaviness or drama. Low chroma saturation in the outer colors frames the more vivid center, encouraging focused attention without tension.

Usage

Ideal for tech product interfaces, minimalist wellness branding, and high-end skincare packaging where calm sophistication matters. Works well for editorial layouts, app design systems, and luxury interior accent walls where the palette's restrained contrast and cool temperature support extended viewing without fatigue. Strong choice for hospitality signage, spa collateral, and premium fabric collections emphasizing tranquility and contemporary refinement.

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,
    #ccf6ff 0%,
    #9ef2ff 33%,
    #00ccff 67%,
    #38d7ff 100%
  );
Tailwind v4
/* app.css — Tailwind v4 */
@theme {
  --color-gradient-1: #ccf6ff;
  --color-gradient-2: #9ef2ff;
  --color-gradient-3: #00ccff;
  --color-gradient-4: #38d7ff;
}

/* Usage: bg-gradient-1, text-gradient-2, etc. */
CSS Variables
--color-1: #ccf6ff;
--color-2: #9ef2ff;
--color-3: #00ccff;
--color-4: #38d7ff;
Hex values
#ccf6ff, #9ef2ff, #00ccff, #38d7ff

Building something? Get this palette via the REST API.

History

Similar palettes

Slate Pool Breath
Shallow Waters
Mineral Spring Dawn
Jade Hour Glow
Frosted Lavender Drift
Periwinkle Linen Study
Misty Lagoon Hour
Neon Bloom Dusk
Coastal Porcelain Dawn
Lagoon Glass Morning — Color Palette | InstantGradient