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: #2a9cf4;
}
.color-2 {
color: #3dc0e1;
}
.color-3 {
color: #5ce1e6;
}
.color-4 {
color: #80e5f4;
}
.color-5 {
color: #b3f7ff;
}
/* CSS Variables */
:root {
--color-1: #2a9cf4;
--color-2: #3dc0e1;
--color-3: #5ce1e6;
--color-4: #80e5f4;
--color-5: #b3f7ff;
}
Bright Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a9cf4, #3dc0e1, #5ce1e6, #80e5f4, #b3f7ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a9cf4, #3dc0e1, #5ce1e6, #80e5f4, #b3f7ff);
}
Similar color palettes
Scroll down to explore 50+ Aesthetic color palettes
Bright Blue color palette created on .