Tidepool Ascent
Cool depths rising toward light, where soft water meets verdant stillness in balanced, breathable tones.
Psychology
The palette moves from pale luminous teals to deep forest greens, creating visual depth while maintaining low-to-moderate saturation that signals tranquility rather than urgency. Cool hues throughout activate the parasympathetic nervous system, lowering perceived temperature and heart rate, while the gradual darkening from light to mid-tone establishes hierarchy without jarring contrast. This gentle progression mimics natural water-to-vegetation transitions, anchoring viewers in familiarity and organic order.
Usage
Ideal for sustainable product branding, wellness app interfaces, and editorial layouts where the moderate contrast supports readability without visual aggression. Eco-tourism websites, organic beauty packaging, and interior design mood boards benefit from the palette's ability to convey calm sophistication and natural authenticity. The balanced lightness profile works equally well in digital and print, maintaining coherence across hospitality menus and environmental nonprofit communications.
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,
#99edfa 0%,
#47c8c6 25%,
#3fb7a0 50%,
#2a8457 75%,
#206b2c 100%
);Tailwind v4
/* app.css — Tailwind v4 */
@theme {
--color-gradient-1: #99edfa;
--color-gradient-2: #47c8c6;
--color-gradient-3: #3fb7a0;
--color-gradient-4: #2a8457;
--color-gradient-5: #206b2c;
}
/* Usage: bg-gradient-1, text-gradient-2, etc. */CSS Variables
--color-1: #99edfa; --color-2: #47c8c6; --color-3: #3fb7a0; --color-4: #2a8457; --color-5: #206b2c;
Hex values
#99edfa, #47c8c6, #3fb7a0, #2a8457, #206b2c
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