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: #1f8fff;
}
.color-2 {
color: #5cb3ff;
}
.color-3 {
color: #85cdfa;
}
.color-4 {
color: #b5e1f2;
}
.color-5 {
color: #e0f7fa;
}
/* CSS Variables */
:root {
--color-1: #1f8fff;
--color-2: #5cb3ff;
--color-3: #85cdfa;
--color-4: #b5e1f2;
--color-5: #e0f7fa;
}
Bright Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f8fff, #5cb3ff, #85cdfa, #b5e1f2, #e0f7fa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f8fff, #5cb3ff, #85cdfa, #b5e1f2, #e0f7fa);
}
Similar color palettes
Bright Blue color palette created on .