Blue Electro Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Electro palette
Blue Electro color palette CSS
/* CSS */
.color-1 {
color: #1e2c6b;
}
.color-2 {
color: #3b4f8c;
}
.color-3 {
color: #6b8fb3;
}
.color-4 {
color: #7dd3f2;
}
.color-5 {
color: #f9c54e;
}
/* CSS Variables */
:root {
--color-1: #1e2c6b;
--color-2: #3b4f8c;
--color-3: #6b8fb3;
--color-4: #7dd3f2;
--color-5: #f9c54e;
}
Blue Electro background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e2c6b, #3b4f8c, #6b8fb3, #7dd3f2, #f9c54e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e2c6b, #3b4f8c, #6b8fb3, #7dd3f2, #f9c54e);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Blue Electro color palette created on .