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