Arctic Depth Passage

A cool, crisp contrast evoking frost-touched water depths against pale morning light filtering through ice.

Colors

~Subnautical#05224F
~Frost Fairy#BAD4F9

Psychology

The dark, saturated blue (#05224f) recedes visually while commanding attention through its depth, evoking trust and contemplation. The very light complementary blue (#bad4f9) advances and softens the composition, creating visual breathing room that prevents harshness. Together, this high-contrast monochromatic pair leverages cool temperature psychology to establish calm focus while maintaining enough separation to guide visual hierarchy in interface and editorial work.

Usage

Ideal for minimalist tech product interfaces, editorial typography with striking headline-to-body contrast, and luxury skincare branding that emphasizes purity and precision. Projects requiring calm professionalism with visual impact benefit from the palette's ability to create hierarchy without introducing competing hues or warm distraction. Works exceptionally well in financial dashboards, architectural visualization, and wellness app design where cool tones signal clarity and composure.

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,
    #05224f 0%,
    #bad4f9 100%
  );
Tailwind v4
/* app.css — Tailwind v4 */
@theme {
  --color-gradient-1: #05224f;
  --color-gradient-2: #bad4f9;
}

/* Usage: bg-gradient-1, text-gradient-2, etc. */
CSS Variables
--color-1: #05224f;
--color-2: #bad4f9;
Hex values
#05224f, #bad4f9

Building something? Get this palette via the REST API.

History

Similar palettes

Frosted Periwinkle Pool
Tidepool Serenity
Coastal Depths Morning
Wisteria Descent
Slate Pool Breath
Mineral Spring Dawn
Deep Water Study
Coastal Linen Study
Midnight Pool Glow
Arctic Depth Passage — Color Palette | InstantGradient