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