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: #a1d6e8;
}
.color-2 {
color: #f4b31a;
}
.color-3 {
color: #f9c8cb;
}
.color-4 {
color: #b97dba;
}
.color-5 {
color: #694e8d;
}
/* CSS Variables */
:root {
--color-1: #a1d6e8;
--color-2: #f4b31a;
--color-3: #f9c8cb;
--color-4: #b97dba;
--color-5: #694e8d;
}
Bright Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1d6e8, #f4b31a, #f9c8cb, #b97dba, #694e8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1d6e8, #f4b31a, #f9c8cb, #b97dba, #694e8d);
}
Similar color palettes
Bright Blue color palette created on .