Electric Moss Hour
Cool electric energy tempered by earthy restraint, like neon reflecting off wet stone at dusk.
Psychology
The dominant blue family establishes a calm, trustworthy foundation while the vivid saturation injects confidence and forward momentum. The muted olive undertone grounds this energy, preventing the palette from feeling clinical or cold, creating a dynamic tension between stability and intensity. High chroma blues paired with low chroma earth tones exemplify complementary harmony that draws attention without inducing restlessness.
Usage
This palette excels in tech startup branding, SaaS dashboards, and editorial photography where bold authority must coexist with sophistication. Sustainable product packaging and modern furniture design benefit from the cool-meets-natural aesthetic that signals innovation without sacrificing approachability. Web interfaces and architectural visualization leverage the strong contrast and complementary balance to guide attention while maintaining visual calm.
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,
#0042f3 0%,
#0042f3 25%,
#89d0e2 50%,
#0061ff 75%,
#585b41 100%
);Tailwind v4
/* app.css — Tailwind v4 */
@theme {
--color-gradient-1: #0042f3;
--color-gradient-2: #0042f3;
--color-gradient-3: #89d0e2;
--color-gradient-4: #0061ff;
--color-gradient-5: #585b41;
}
/* Usage: bg-gradient-1, text-gradient-2, etc. */CSS Variables
--color-1: #0042f3; --color-2: #0042f3; --color-3: #89d0e2; --color-4: #0061ff; --color-5: #585b41;
Hex values
#0042f3, #0042f3, #89d0e2, #0061ff, #585b41
Building something? Get this palette via the REST API.
History
Similar palettes
Jade Hour Glow
Neon Bloom Dusk
Mineral Spring Dawn
Midnight Pool Glow
Neon Descent Study
Abyssal Hearth
Shallow Waters
Coastal Inlet Calm
Slate Pool Breath