Canopy Depth Study
Cool verdant tones suggest shadowed forest floors transitioning toward luminous shallow waters, calm and meditative.
Psychology
The monochromatic green progression from deep forest to bright teal creates visual depth without jarring contrast, allowing the eye to rest while moving through the spectrum. Cool hues throughout activate the parasympathetic nervous system, fostering tranquility and trust. The moderate brightness shift from dark to light avoids both monotony and visual noise, establishing a sense of natural hierarchy that feels grounded rather than aggressive.
Usage
Apply to wellness app interfaces, eco-conscious product packaging, and editorial layouts for nature publications where the progression guides attention without demanding it. Projects requiring calm authority, such as sustainable brand identity systems and environmental nonprofit collateral, benefit from the palette's balanced contrast and cool temperature. The tonal flow also suits interior design mood boards and landscape photography galleries seeking sophisticated, understated visual flow.
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,
#154c3c 0%,
#226f51 25%,
#319469 50%,
#40b898 75%,
#4fdfbd 100%
);Tailwind v4
/* app.css — Tailwind v4 */
@theme {
--color-gradient-1: #154c3c;
--color-gradient-2: #226f51;
--color-gradient-3: #319469;
--color-gradient-4: #40b898;
--color-gradient-5: #4fdfbd;
}
/* Usage: bg-gradient-1, text-gradient-2, etc. */CSS Variables
--color-1: #154c3c; --color-2: #226f51; --color-3: #319469; --color-4: #40b898; --color-5: #4fdfbd;
Hex values
#154c3c, #226f51, #319469, #40b898, #4fdfbd
Building something? Get this palette via the REST API.
History
Similar palettes
Tidepool Reverie
Moss Shallow Study
Pastel Lagoon Study
Grain & Lagoon
Shallow Waters
Sage Garden Noon
Fjord Depth Rise
Peat & Tidepool
Jade Hour Glow