Glacial Tide Morning
Crisp cool light filtered through frosted glass, with a whisper of honey warming the edges.
Psychology
The vivid blue commands attention while the teal and cream create complementary visual tension that feels intentional rather than jarring. Cool hues recede and expand space, while the muted yellow acts as a grounding accent that prevents the palette from feeling cold or clinical. This combination triggers both clarity and calm, making it psychologically balanced for sustained viewing.
Usage
Apply to tech startup branding, minimalist wellness packaging, and editorial layouts where modern credibility meets approachable warmth. Projects requiring moderate contrast benefit from this palette's ability to guide attention without aggressive saturation. Works exceptionally well for SaaS interfaces, sustainable product lines, and contemporary magazine spreads targeting design-conscious audiences.
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,
#1678fa 0%,
#5ed6aa 50%,
#fffbd0 100%
);Tailwind v4
/* app.css — Tailwind v4 */
@theme {
--color-gradient-1: #1678fa;
--color-gradient-2: #5ed6aa;
--color-gradient-3: #fffbd0;
}
/* Usage: bg-gradient-1, text-gradient-2, etc. */CSS Variables
--color-1: #1678fa; --color-2: #5ed6aa; --color-3: #fffbd0;
Hex values
#1678fa, #5ed6aa, #fffbd0
Building something? Get this palette via the REST API.
History
Similar palettes
Jade Hour Glow
Shallow Waters
Abyssal Hearth
Midnight Brass
Indigo Hour Study
Frosted Lavender Drift
Misty Lagoon Hour
Lavender Milk Hour
Slate & Honey Hour