Fjord Depth Rise
Cool waters meeting evergreen shadows, where pale sky reflects against deep forest floor with crisp, high contrast clarity.
Psychology
The progression from cloudless white-blue through moderate teals to dark forest greens creates a receding depth effect, with cool hues triggering associations with trust and clarity while the high contrast prevents visual fatigue. This triadic structure in the blue-green family generates a sense of balanced stability rather than tension, as no single hue dominates the emotional temperature. The mixed lightness span allows the eye to rest on mid-tones while anchoring to both bright and dark extremes, a property linked to reduced cognitive load in sustained viewing.
Usage
Ideal for sustainability-focused branding, luxury travel editorial, and tech company interfaces where cool professionalism meets natural authenticity. The high contrast and moderate saturation support readability in environmental nonprofit websites, minimal product packaging for outdoor gear, and editorial photography layouts featuring landscapes or architectural subjects. Projects requiring calm authority with visual depth benefit most from this palette's layered cool family and sophisticated restraint.
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,
#dfeaff 0%,
#72c5e1 25%,
#37a196 50%,
#3f7159 75%,
#225133 100%
);Tailwind v4
/* app.css — Tailwind v4 */
@theme {
--color-gradient-1: #dfeaff;
--color-gradient-2: #72c5e1;
--color-gradient-3: #37a196;
--color-gradient-4: #3f7159;
--color-gradient-5: #225133;
}
/* Usage: bg-gradient-1, text-gradient-2, etc. */CSS Variables
--color-1: #dfeaff; --color-2: #72c5e1; --color-3: #37a196; --color-4: #3f7159; --color-5: #225133;
Hex values
#dfeaff, #72c5e1, #37a196, #3f7159, #225133
Building something? Get this palette via the REST API.
History
Similar palettes
Shallow Waters
Jade Hour Glow
Pastel Lagoon Study
Misty Lagoon Hour
Moss Shallow Study
Coastal Inlet Calm
Mineral Spring Dawn
Coastal Linen Study
Periwinkle Linen Study