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: #1a9cff;
}
.color-2 {
color: #4aa3e3;
}
.color-3 {
color: #8db6d8;
}
.color-4 {
color: #b2d6e6;
}
.color-5 {
color: #e5f5ff;
}
/* CSS Variables */
:root {
--color-1: #1a9cff;
--color-2: #4aa3e3;
--color-3: #8db6d8;
--color-4: #b2d6e6;
--color-5: #e5f5ff;
}
Bright Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a9cff, #4aa3e3, #8db6d8, #b2d6e6, #e5f5ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a9cff, #4aa3e3, #8db6d8, #b2d6e6, #e5f5ff);
}
Similar color palettes
Scroll down to explore 500+ Blue color palettes
Bright Blue color palette created on .