Arctic Descent Study

Cool light filtered through frosted glass, revealing layers of depth and stillness in monochromatic silence.

Colors

~Cotton Boll#E0EFFF
~Electric Eel#8CBDF5
~Magical Merlin#448DC6
~Oceanic Motion#235D87
~Beyond the Stars#0B304D

Psychology

The monochromatic blue progression from light to dark creates visual hierarchy without temperature shift, anchoring viewer attention through contrast rather than warmth. Cool hues throughout activate the parasympathetic nervous system, promoting focus and tranquility, while the high contrast range between Cotton Boll and Beyond the Stars maintains visual interest without inducing agitation. This combination of cool saturation and tonal variation leverages the principle that receding cool tones work well for backgrounds and secondary elements, allowing accent colors or typography to advance.

Usage

Deploy across corporate identity systems, minimalist app interfaces, and editorial typography where sophistication and clarity are required simultaneously. The palette excels in projects demanding professional restraint and cognitive clarity, such as financial dashboards, SaaS product design, and luxury goods catalogues. High contrast ensures legibility across print collateral, digital signage, and photography backdrops while maintaining a unified, contemplative brand voice.

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,
    #e0efff 0%,
    #8cbdf5 25%,
    #448dc6 50%,
    #235d87 75%,
    #0b304d 100%
  );
Tailwind v4
/* app.css — Tailwind v4 */
@theme {
  --color-gradient-1: #e0efff;
  --color-gradient-2: #8cbdf5;
  --color-gradient-3: #448dc6;
  --color-gradient-4: #235d87;
  --color-gradient-5: #0b304d;
}

/* Usage: bg-gradient-1, text-gradient-2, etc. */
CSS Variables
--color-1: #e0efff;
--color-2: #8cbdf5;
--color-3: #448dc6;
--color-4: #235d87;
--color-5: #0b304d;
Hex values
#e0efff, #8cbdf5, #448dc6, #235d87, #0b304d

Building something? Get this palette via the REST API.

History

Similar palettes

Wisteria Descent
Coastal Porcelain Dawn
Coastal Depths Morning
Tidepool Serenity
Mineral Spring Dawn
Coastal Inlet Calm
Fjord Depth Rise
Sapphire Vault Dawn
Jade Hour Glow