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