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