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: #f9a824;
}
.color-2 {
color: #f6e1a2;
}
.color-3 {
color: #c5de73;
}
.color-4 {
color: #78c9d9;
}
.color-5 {
color: #3f5b92;
}
/* CSS Variables */
:root {
--color-1: #f9a824;
--color-2: #f6e1a2;
--color-3: #c5de73;
--color-4: #78c9d9;
--color-5: #3f5b92;
}
Bright Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9a824, #f6e1a2, #c5de73, #78c9d9, #3f5b92);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9a824, #f6e1a2, #c5de73, #78c9d9, #3f5b92);
}
Similar color palettes
Scroll down to explore 400+ Bright color palettes
Bright Blue color palette created on .