Fjord Depth Study

Cool waters at varying depths, from shadowed fjord floor to luminous surface, holding steady light beneath clear sky.

Colors

~Lost in Time#2672A9
~Sub-Zero#379CD4
~Wandering River#C9E6FB
~Skyscraper#7FC0F5
~Cloisonné#174E73

Tags

Psychology

The palette's monochromatic blue structure creates visual cohesion while its high contrast between deep anchors (Lost in Time, Cloisonné) and bright highlights (Wandering River, Skyscraper) engages the eye without overwhelming it. Cool hues in the blue family are associated with clarity and trust, and the mixed lightness prevents monotony by suggesting depth and dimensionality, evoking the layered quality of water or sky. This balance of saturation and value variation produces a calm yet sophisticated mood, appropriate for contexts requiring professionalism without coldness.

Usage

Apply this palette to fintech dashboards and banking interfaces, luxury resort branding, and high-end editorial photography where depth and trust are essential. The high contrast between light and dark blues supports clear hierarchy in UI design and data visualization, while the full range suits print collateral for professional services and sophisticated packaging for premium goods. The cool, balanced character works particularly well for projects targeting audiences seeking reliability and contemplative elegance.

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,
    #2672a9 0%,
    #379cd4 25%,
    #c9e6fb 50%,
    #7fc0f5 75%,
    #174e73 100%
  );
Tailwind v4
/* app.css — Tailwind v4 */
@theme {
  --color-gradient-1: #2672a9;
  --color-gradient-2: #379cd4;
  --color-gradient-3: #c9e6fb;
  --color-gradient-4: #7fc0f5;
  --color-gradient-5: #174e73;
}

/* Usage: bg-gradient-1, text-gradient-2, etc. */
CSS Variables
--color-1: #2672a9;
--color-2: #379cd4;
--color-3: #c9e6fb;
--color-4: #7fc0f5;
--color-5: #174e73;
Hex values
#2672a9, #379cd4, #c9e6fb, #7fc0f5, #174e73

Building something? Get this palette via the REST API.

History

Similar palettes

Periwinkle Linen Study
Coastal Porcelain Dawn
Coastal Depths Morning
Slate Pool Breath
Shallow Waters
Mineral Spring Dawn
Midnight Pool Glow
Slate Reverie Hour
Indigo Hearth Dusk
Fjord Depth Study — Color Palette | InstantGradient