Winter Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Winter palette
Winter color palette PNG image
Winter color palette CSS
/* CSS */
.color-1 {
color: #a4c8e0;
}
.color-2 {
color: #7da8d8;
}
.color-3 {
color: #4a8bba;
}
.color-4 {
color: #1f5b89;
}
.color-5 {
color: #0e3b5d;
}
/* CSS Variables */
:root {
--color-1: #a4c8e0;
--color-2: #7da8d8;
--color-3: #4a8bba;
--color-4: #1f5b89;
--color-5: #0e3b5d;
}
Winter background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4c8e0, #7da8d8, #4a8bba, #1f5b89, #0e3b5d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4c8e0, #7da8d8, #4a8bba, #1f5b89, #0e3b5d);
}
Similar color palettes
Winter color palette created on .