Bright Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Bright Blue palette
Bright Blue color palette CSS
/* CSS */
.color-1 {
color: #1e9cb8;
}
.color-2 {
color: #4cc5e1;
}
.color-3 {
color: #a1e3f7;
}
.color-4 {
color: #f9f9b4;
}
.color-5 {
color: #f1e45b;
}
/* CSS Variables */
:root {
--color-1: #1e9cb8;
--color-2: #4cc5e1;
--color-3: #a1e3f7;
--color-4: #f9f9b4;
--color-5: #f1e45b;
}
Bright Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e9cb8, #4cc5e1, #a1e3f7, #f9f9b4, #f1e45b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e9cb8, #4cc5e1, #a1e3f7, #f9f9b4, #f1e45b);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Bright Blue color palette created on .