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: #009ff5;
}
.color-2 {
color: #00bfff;
}
.color-3 {
color: #5fd3e7;
}
.color-4 {
color: #a9e6ea;
}
.color-5 {
color: #f3f94e;
}
/* CSS Variables */
:root {
--color-1: #009ff5;
--color-2: #00bfff;
--color-3: #5fd3e7;
--color-4: #a9e6ea;
--color-5: #f3f94e;
}
Bright Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #009ff5, #00bfff, #5fd3e7, #a9e6ea, #f3f94e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #009ff5, #00bfff, #5fd3e7, #a9e6ea, #f3f94e);
}
Similar color palettes
Bright Blue color palette created on .