Frosted Inlet Glow

A hushed, luminous space where soft whites dissolve into barely-there teals, like ice melting into still water at dawn.

Colors

~White#FFFFFF
~Heart of Ice#F5FDFF
~Silent Snowfall#E7F6FF
~Water#D6F5FF
~Calm Waters#E5FAFF

Tags

Psychology

The palette's very low contrast and near-monochromatic teal harmony create a deeply calming, meditative effect, as cool hues recede visually and reduce visual stimulation. The progression from pure white through subtle blue-white to muted teal embodies the color theory principle that desaturated, cool tones evoke restraint and quietude, while the extreme lightness maintains accessibility and air.

Usage

Ideal for minimalist skincare and wellness branding, luxury spa websites, and soft furnishing catalogs where restraint signals sophistication. Projects requiring low cognitive load, such as meditation app interfaces and high-end linen packaging, benefit from the palette's refusal to compete for attention. The whisper-soft contrast works particularly well in editorial layouts and interior design presentations where elegance depends on subtlety rather than visual drama.

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,
    #ffffff 0%,
    #f5fdff 25%,
    #e7f6ff 50%,
    #d6f5ff 75%,
    #e5faff 100%
  );
Tailwind v4
/* app.css — Tailwind v4 */
@theme {
  --color-gradient-1: #ffffff;
  --color-gradient-2: #f5fdff;
  --color-gradient-3: #e7f6ff;
  --color-gradient-4: #d6f5ff;
  --color-gradient-5: #e5faff;
}

/* Usage: bg-gradient-1, text-gradient-2, etc. */
CSS Variables
--color-1: #ffffff;
--color-2: #f5fdff;
--color-3: #e7f6ff;
--color-4: #d6f5ff;
--color-5: #e5faff;
Hex values
#ffffff, #f5fdff, #e7f6ff, #d6f5ff, #e5faff

Building something? Get this palette via the REST API.

History

Similar palettes

Snowmelt Pool Dawn
Pastel Lagoon
Lavender Linen Passage
Aqua Silk Reverie
Celadon Reverie
Periwinkle Linen Study
Shallow Waters
Seafoam Morning
Mineral Spring Dawn