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