Blue Winter Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Winter palette
Color Inspiration
Images that showcase this color palette in real designs
Download Blue Winter Color Palette (PNG)
Blue Winter color palette CSS
/* CSS */
.color-1 {
color: #a3c7e0;
}
.color-2 {
color: #709cc2;
}
.color-3 {
color: #3d7a99;
}
.color-4 {
color: #2c4e68;
}
.color-5 {
color: #193a4d;
}
/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #709cc2;
--color-3: #3d7a99;
--color-4: #2c4e68;
--color-5: #193a4d;
}
Blue Winter background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #709cc2, #3d7a99, #2c4e68, #193a4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #709cc2, #3d7a99, #2c4e68, #193a4d);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Blue Winter color palette created on .