Blue Winter Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Winter palette
Blue Winter color palette CSS
/* CSS */
.color-1 {
color: #a4c8df;
}
.color-2 {
color: #4c7b9e;
}
.color-3 {
color: #2b4c7d;
}
.color-4 {
color: #1f3a61;
}
.color-5 {
color: #192c4d;
}
/* CSS Variables */
:root {
--color-1: #a4c8df;
--color-2: #4c7b9e;
--color-3: #2b4c7d;
--color-4: #1f3a61;
--color-5: #192c4d;
}
Blue Winter background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4c8df, #4c7b9e, #2b4c7d, #1f3a61, #192c4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4c8df, #4c7b9e, #2b4c7d, #1f3a61, #192c4d);
}
Similar color palettes
Scroll down to explore 500+ Aesthetic color palettes
Blue Winter color palette created on .