Mangrove Twilight
The hushed moment before dusk settles over deep water, where cool shadows gather in layers of muted depth.
Psychology
The three teals in this palette progress from near-black to mid-tone, creating visual depth without sharp contrast, which research links to reduced cognitive load and meditative states. Cool hues across the teal family naturally recede from the viewer, reinforcing a sense of quiet introspection rather than urgency. The monochromatic harmony and low chroma saturation signal restraint and composure, triggering associations with stability and deliberate contemplation.
Usage
This palette excels in luxury skincare branding, minimalist interior design schemes, and editorial typography where sophisticated restraint matters more than visual drama. Projects requiring corporate identity systems and sustainable product packaging benefit from its cool, understated authority. The low contrast and calm mood suit meditation app interfaces, spa environments, and moody photography series where atmosphere takes precedence over legibility demands.
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,
#002929 0%,
#004749 50%,
#097667 100%
);Tailwind v4
/* app.css — Tailwind v4 */
@theme {
--color-gradient-1: #002929;
--color-gradient-2: #004749;
--color-gradient-3: #097667;
}
/* Usage: bg-gradient-1, text-gradient-2, etc. */CSS Variables
--color-1: #002929; --color-2: #004749; --color-3: #097667;
Hex values
#002929, #004749, #097667
Building something? Get this palette via the REST API.
History
Similar palettes
Linen Depths Hour
Coastal Linen Study
Peat & Tidepool
Midnight Pool Glow
Periwinkle Linen Study
Moss Shallow Study
Coastal Depths Morning
Sage Garden Noon
Mineral Pool Drift