Cenote Descent
The cool, muted depths of tropical waters meeting weathered mineral surfaces in high-contrast morning light.
Psychology
The monochromatic teal progression creates visual stability while high contrast between dark and light values maintains viewer engagement without jarring tension. Cool hues across the full range evoke psychological calm and trust, while the shift from near-black to luminous cyan demonstrates the power of saturation variation to suggest depth and movement within a unified color family.
Usage
Ideal for luxury wellness branding, tech product interfaces, and environmental design projects that require sophistication without warmth. The high contrast supports clear information hierarchy in digital applications, while the cool, muted character suits spa packaging, sustainable fashion labels, and editorial layouts emphasizing contemplation and clarity.
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,
#0b3231 0%,
#1b5959 25%,
#2c847e 50%,
#3eb1b0 75%,
#51e4cd 100%
);Tailwind v4
/* app.css — Tailwind v4 */
@theme {
--color-gradient-1: #0b3231;
--color-gradient-2: #1b5959;
--color-gradient-3: #2c847e;
--color-gradient-4: #3eb1b0;
--color-gradient-5: #51e4cd;
}
/* Usage: bg-gradient-1, text-gradient-2, etc. */CSS Variables
--color-1: #0b3231; --color-2: #1b5959; --color-3: #2c847e; --color-4: #3eb1b0; --color-5: #51e4cd;
Hex values
#0b3231, #1b5959, #2c847e, #3eb1b0, #51e4cd
Building something? Get this palette via the REST API.
History
Similar palettes
Shallow Waters
Seafoam Morning
Teal Depths Nocturne
Tidewater Passage
Coastal Inlet Calm
Tidepool Reverie
Slate Pool Breath
Mineral Spring Dawn
Periwinkle Linen Study