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: #4ac3e8;
}
.color-2 {
color: #f9c54e;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #ff9d00;
}
.color-5 {
color: #ff3c00;
}
/* CSS Variables */
:root {
--color-1: #4ac3e8;
--color-2: #f9c54e;
--color-3: #ff6e61;
--color-4: #ff9d00;
--color-5: #ff3c00;
}
Bright Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4ac3e8, #f9c54e, #ff6e61, #ff9d00, #ff3c00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4ac3e8, #f9c54e, #ff6e61, #ff9d00, #ff3c00);
}
Similar color palettes
Scroll down to explore 100+ Aqua color palettes
Bright Blue color palette created on .