Tidepool Threshold

Cool, layered teals that evoke still water catching fading light, with the depth and restraint of polished stone.

Colors

~Hammam Blue#57DBE2
~Verdigris#3CACB2
~Jade Jewel#2A7E83
~Sunken Mystery#19535B
~Black Box#092D2F

Psychology

The monochromatic teal progression creates visual depth through luminosity contrast rather than hue shift, allowing the eye to move fluidly from highlight to shadow. Cool teals in the cyan-to-blue family naturally recede and soothe, triggering associations with water, ice, and calm contemplation, while the high contrast between light and dark values prevents the palette from feeling passive or flat. This balance of coolness and structure conveys sophisticated restraint, steering perception toward stability and clarity rather than emotional intensity.

Usage

Apply this palette to luxury tech product interfaces, high-end spa and wellness branding, and contemporary interior design schemes where depth and calm precision are priorities. The teal monochrome works particularly well for projects requiring strong visual hierarchy without chromatic distraction, such as editorial layouts, data visualization, and architectural photography. The muted darker tones ground professional applications, while the bright lead color maintains sufficient luminosity for accessible UI and signage systems.

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,
    #57dbe2 0%,
    #3cacb2 25%,
    #2a7e83 50%,
    #19535b 75%,
    #092d2f 100%
  );
Tailwind v4
/* app.css — Tailwind v4 */
@theme {
  --color-gradient-1: #57dbe2;
  --color-gradient-2: #3cacb2;
  --color-gradient-3: #2a7e83;
  --color-gradient-4: #19535b;
  --color-gradient-5: #092d2f;
}

/* Usage: bg-gradient-1, text-gradient-2, etc. */
CSS Variables
--color-1: #57dbe2;
--color-2: #3cacb2;
--color-3: #2a7e83;
--color-4: #19535b;
--color-5: #092d2f;
Hex values
#57dbe2, #3cacb2, #2a7e83, #19535b, #092d2f

Building something? Get this palette via the REST API.

History

Similar palettes

Coastal Linen Study
Coastal Porcelain Dawn
Coastal Inlet Calm
Coastal Depths Morning
Tidepool Serenity
Abyssal Calm
Plum Inlet Reverie
Mineral Spring Dawn
Periwinkle Linen Study