Nebula & Frost
A sharp, luminous contrast between electric cool tones and deep violet, like neon reflected on frost-covered glass at twilight.
Psychology
The vivid blue and deep purple create high chromatic contrast that commands attention without warmth, establishing a sense of sophisticated energy. The dominant cool palette is anchored by the muted blue-gray and near-white neutrals, which provide visual rest and prevent the palette from feeling overstimulating. This combination produces psychological balance between excitement and calm, making viewers alert yet composed, characteristic of cool hues receding while bright saturated colors advance.
Usage
Ideal for tech product interfaces, SaaS branding, and editorial photography layouts where contrast drives visual hierarchy and legibility. The palette's cool dominance with strategic bright accents suits luxury wellness apps, modern architecture portfolios, and fashion lookbooks targeting precision-conscious audiences. Projects requiring calm focus with dynamic visual interest benefit most from this balanced structure, particularly those addressing professional or premium market segments.
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,
#38b6ff 0%,
#f0f6fc 33%,
#c0cbdc 67%,
#7209b7 100%
);Tailwind v4
/* app.css — Tailwind v4 */
@theme {
--color-gradient-1: #38b6ff;
--color-gradient-2: #f0f6fc;
--color-gradient-3: #c0cbdc;
--color-gradient-4: #7209b7;
}
/* Usage: bg-gradient-1, text-gradient-2, etc. */CSS Variables
--color-1: #38b6ff; --color-2: #f0f6fc; --color-3: #c0cbdc; --color-4: #7209b7;
Hex values
#38b6ff, #f0f6fc, #c0cbdc, #7209b7
Building something? Get this palette via the REST API.
History
Similar palettes
Wisteria Descent
Jade Hour Glow
Electric Dusk
Twilight Alchemy
Neon Bloom Dusk
Neon Descent Study
Midnight Brass
Periwinkle Linen Study
Dusk Linen Study