Light Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Light Blue palette
Light Blue color palette CSS
/* CSS */
.color-1 {
color: #f5b2b2;
}
.color-2 {
color: #f3a668;
}
.color-3 {
color: #f0d84c;
}
.color-4 {
color: #a1d6e2;
}
.color-5 {
color: #6eacf2;
}
/* CSS Variables */
:root {
--color-1: #f5b2b2;
--color-2: #f3a668;
--color-3: #f0d84c;
--color-4: #a1d6e2;
--color-5: #6eacf2;
}
Light Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b2b2, #f3a668, #f0d84c, #a1d6e2, #6eacf2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b2b2, #f3a668, #f0d84c, #a1d6e2, #6eacf2);
}
Similar color palettes
Light Blue color palette created on .