Bright Electric Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Bright Electric Blue palette
Bright Electric Blue color palette CSS
/* CSS */
.color-1 {
color: #1e8ef1;
}
.color-2 {
color: #ff6d2e;
}
.color-3 {
color: #a8e0a3;
}
.color-4 {
color: #a97cda;
}
.color-5 {
color: #ffffff;
}
/* CSS Variables */
:root {
--color-1: #1e8ef1;
--color-2: #ff6d2e;
--color-3: #a8e0a3;
--color-4: #a97cda;
--color-5: #ffffff;
}
Bright Electric Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e8ef1, #ff6d2e, #a8e0a3, #a97cda, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e8ef1, #ff6d2e, #a8e0a3, #a97cda, #ffffff);
}
Similar color palettes
Scroll down to explore 400+ Bright color palettes
Bright Electric Blue color palette created on .