Lagoon Signal

Cool light pooling beneath bright sky, where shallow waters meet electric clarity and soft luminescence.

Psychology

The palette pairs teal and vivid blue in the cool family, creating visual interest through hue shift rather than stark value contrast. Low contrast between the two preserves a calm, unified field, while the saturation and brightness of each color maintains boldness and forward energy. Cool hues naturally recede and soothe, yet their intensity prevents passivity, producing tension between restraint and vitality.

Usage

Suited for tech startup branding, editorial photography backdrops, and modern packaging design where approachability must coexist with confidence. Projects requiring cool, light atmospheres without high visual noise benefit from the palette's low contrast and cohesive saturation. App interfaces, minimalist posters, and fashion lookbooks leverage its balance of calm presence and contemporary punch.

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,
    #12d6d0 0%,
    #2d7dff 100%
  );
Tailwind v4
/* app.css — Tailwind v4 */
@theme {
  --color-gradient-1: #12d6d0;
  --color-gradient-2: #2d7dff;
}

/* Usage: bg-gradient-1, text-gradient-2, etc. */
CSS Variables
--color-1: #12d6d0;
--color-2: #2d7dff;
Hex values
#12d6d0, #2d7dff

Building something? Get this palette via the REST API.

History

Similar palettes

Midnight Pool Glow
Jade Hour Glow
Neon Bloom Dusk
Slate Pool Breath
Mineral Spring Dawn
Neon Descent Study
Coastal Depths Morning
Shallow Waters
Coastal Porcelain Dawn