Cenote Mirror
Cool depths transitioning to luminous shallows, like sunlight filtering through quiet tidal pools at dusk.
Psychology
The triadic harmony of purple, blue, and teal creates visual balance while maintaining a cohesive cool temperature that promotes calm and focus. Low to moderate chroma across all five colors signals tranquility and restraint, preventing visual fatigue while the gradual shift from deeper to lighter tones mimics natural depth cues, drawing the viewer inward. This recessive palette works well where serenity and sophistication are needed, as cool hues naturally convey trust and contemplation.
Usage
Ideal for sustainable product branding, wellness app interfaces, and high-end spa packaging where coolness and moderate contrast communicate quality without aggression. Works effectively in editorial design and architectural visualization where the mid-range lightness avoids harshness while maintaining legibility. The teal-dominant character suits nature-focused websites, environmental nonprofits, and textile collections inspired by water and plant life.
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,
#4d428b 0%,
#2f74a2 25%,
#33959d 50%,
#3fb59e 75%,
#7dd9b8 100%
);Tailwind v4
/* app.css — Tailwind v4 */
@theme {
--color-gradient-1: #4d428b;
--color-gradient-2: #2f74a2;
--color-gradient-3: #33959d;
--color-gradient-4: #3fb59e;
--color-gradient-5: #7dd9b8;
}
/* Usage: bg-gradient-1, text-gradient-2, etc. */CSS Variables
--color-1: #4d428b; --color-2: #2f74a2; --color-3: #33959d; --color-4: #3fb59e; --color-5: #7dd9b8;
Hex values
#4d428b, #2f74a2, #33959d, #3fb59e, #7dd9b8
Building something? Get this palette via the REST API.
History
Similar palettes
Pastel Lagoon Study
Jade Hour Glow
Periwinkle Linen Study
Shallow Waters
Misty Lagoon Hour
Neon Bloom Dusk
Lavender Milk Hour
Neon Descent Study
Coastal Inlet Calm