Voltage Sediment
Cool electric current meeting calm shallow water, anchored by weathered stone and quiet earth tones.
Psychology
The dominant vibrant blues create immediate visual energy and draw focus, while the light teal provides breathing room and recedes into the background. The muted olive-green grounds the palette with low-chroma stability, preventing the brightness from feeling jarring. This triadic structure balances high contrast with cool undertones, producing a sense of forward momentum tempered by rational calm.
Usage
Ideal for fintech dashboards, software interfaces, and data visualization tools that require both visual impact and trustworthiness. Effective in tech startup branding and editorial design where bold color choices signal innovation without sacrificing legibility. Works well in packaging for electronics or sustainable products where the cool palette conveys precision and the muted green suggests environmental responsibility.
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%,
#80d2e2 50%,
#0061ff 75%,
#575b42 100%
);Tailwind v4
/* app.css — Tailwind v4 */
@theme {
--color-gradient-1: #0042f3;
--color-gradient-2: #0042f3;
--color-gradient-3: #80d2e2;
--color-gradient-4: #0061ff;
--color-gradient-5: #575b42;
}
/* Usage: bg-gradient-1, text-gradient-2, etc. */CSS Variables
--color-1: #0042f3; --color-2: #0042f3; --color-3: #80d2e2; --color-4: #0061ff; --color-5: #575b42;
Hex values
#0042f3, #0042f3, #80d2e2, #0061ff, #575b42
Building something? Get this palette via the REST API.
History
Similar palettes
Jade Hour Glow
Shallow Waters
Pastel Lagoon Study
Misty Lagoon Hour
Midnight Pool Glow
Neon Bloom Dusk
Mineral Spring Dawn
Neon Descent Study
Coastal Linen Study