Winter Comfort Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Winter Comfort palette

Share this palette to:

Winter Comfort color palette CSS

/* CSS */
.color-1 {
color: #c3b3d5;
}
.color-2 {
color: #a6a1c9;
}
.color-3 {
color: #b5c8d4;
}
.color-4 {
color: #f1e1d0;
}
.color-5 {
color: #dab9c1;
}

/* CSS Variables */
:root {
--color-1: #c3b3d5;
--color-2: #a6a1c9;
--color-3: #b5c8d4;
--color-4: #f1e1d0;
--color-5: #dab9c1;
}

Winter Comfort background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c3b3d5, #a6a1c9, #b5c8d4, #f1e1d0, #dab9c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c3b3d5, #a6a1c9, #b5c8d4, #f1e1d0, #dab9c1);
}

Similar color palettes

Winter Comfort color palette created on .