Electronic Spark Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Electronic Spark palette
Color Inspiration
Images that showcase this color palette in real designs
Download Electronic Spark Color Palette (PNG)
Electronic Spark color palette CSS
/* CSS */
.color-1 {
color: #1f3a5b;
}
.color-2 {
color: #395a79;
}
.color-3 {
color: #4f8d96;
}
.color-4 {
color: #7dd9b3;
}
.color-5 {
color: #e1efe5;
}
/* CSS Variables */
:root {
--color-1: #1f3a5b;
--color-2: #395a79;
--color-3: #4f8d96;
--color-4: #7dd9b3;
--color-5: #e1efe5;
}
Electronic Spark background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3a5b, #395a79, #4f8d96, #7dd9b3, #e1efe5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3a5b, #395a79, #4f8d96, #7dd9b3, #e1efe5);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Electronic Spark color palette created on .