Arctic Reverie

Cool, luminous depths meeting crisp shadow, like silk catching light in a winter room.

Colors

~Frozen Periwinkle#CFCFF9
~Cold Lips#879DF2
~Fisher King#477DB8
~Blue Velvet#1F6181
~Oceanic Noir#092D35

Psychology

The palette leverages cool blue dominance across all five colors to create a serene, introspective mood, while high contrast between the frozen periwinkle and oceanic noir prevents flatness and draws sustained visual engagement. Cool hues recede psychologically, inviting contemplation rather than stimulation, yet the sharp tonal range prevents passivity, establishing authority and sophistication through tension.

Usage

Ideal for luxury beauty branding, tech startup identity systems, and editorial photography that demands visual sophistication without warmth. Projects requiring calm professionalism paired with visual impact, such as high-end hospitality interiors and minimalist book cover design, benefit from this palette's balanced restraint and dramatic range.
Financial services websites, architectural portfolios, and premium watch packaging leverage the cool elegance and high-contrast legibility to convey precision and trust.

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,
    #cfcff9 0%,
    #879df2 25%,
    #477db8 50%,
    #1f6181 75%,
    #092d35 100%
  );
Tailwind v4
/* app.css — Tailwind v4 */
@theme {
  --color-gradient-1: #cfcff9;
  --color-gradient-2: #879df2;
  --color-gradient-3: #477db8;
  --color-gradient-4: #1f6181;
  --color-gradient-5: #092d35;
}

/* Usage: bg-gradient-1, text-gradient-2, etc. */
CSS Variables
--color-1: #cfcff9;
--color-2: #879df2;
--color-3: #477db8;
--color-4: #1f6181;
--color-5: #092d35;
Hex values
#cfcff9, #879df2, #477db8, #1f6181, #092d35

Building something? Get this palette via the REST API.

History

Similar palettes

Teal Depths Nocturne
Jade Hour Glow
Periwinkle Linen Study
Neon Bloom Dusk
Neon Descent Study
Pastel Lagoon Study
Wisteria Descent
Mineral Spring Dawn
Coastal Linen Study
Arctic Reverie — Color Palette | InstantGradient