Sapphire Vault Dawn
Cool, layered depth suggesting twilight skies and polished stone, with crisp contrast between frosted light and shadowed blue.
Psychology
This monochromatic blue palette leverages cool temperature and moderate contrast to create a sense of focused intensity without aggression. The progression from light periwinkle to deep Olympian blue moves the eye downward, a visual principle that draws attention inward and encourages contemplation. The absence of warm tones and consistent saturation reinforce clarity and trustworthiness, making this palette read as both authoritative and serene.
Usage
Ideal for tech product interfaces, luxury watch branding, and corporate identity systems where sophistication and clarity must coexist. Works particularly well in editorial design, minimalist packaging, and financial services marketing that benefit from the palette's balanced contrast and cool restraint without sacrificing visual presence.
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,
#bec4f7 0%,
#909ef2 25%,
#6080dd 50%,
#286cc3 75%,
#174d87 100%
);Tailwind v4
/* app.css — Tailwind v4 */
@theme {
--color-gradient-1: #bec4f7;
--color-gradient-2: #909ef2;
--color-gradient-3: #6080dd;
--color-gradient-4: #286cc3;
--color-gradient-5: #174d87;
}
/* Usage: bg-gradient-1, text-gradient-2, etc. */CSS Variables
--color-1: #bec4f7; --color-2: #909ef2; --color-3: #6080dd; --color-4: #286cc3; --color-5: #174d87;
Hex values
#bec4f7, #909ef2, #6080dd, #286cc3, #174d87
Building something? Get this palette via the REST API.
History
Similar palettes
Twilight Alchemy
Jade Hour Glow
Electric Dusk
Midnight Pool Glow
Wisteria Descent
Neon Bloom Dusk
Mineral Spring Dawn
Coastal Porcelain Dawn
Tidewater Passage