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