Winter Soft Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Winter Soft palette
Winter Soft color palette PNG image
Winter Soft color palette CSS
/* CSS */
.color-1 {
color: #a6c4d9;
}
.color-2 {
color: #e2f2f8;
}
.color-3 {
color: #f8fafc;
}
.color-4 {
color: #f9ebd7;
}
.color-5 {
color: #c2b2d2;
}
/* CSS Variables */
:root {
--color-1: #a6c4d9;
--color-2: #e2f2f8;
--color-3: #f8fafc;
--color-4: #f9ebd7;
--color-5: #c2b2d2;
}
Winter Soft background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c4d9, #e2f2f8, #f8fafc, #f9ebd7, #c2b2d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c4d9, #e2f2f8, #f8fafc, #f9ebd7, #c2b2d2);
}
Similar color palettes
Winter Soft color palette created on .