Winter Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Winter palette

Share this palette to:

Winter color palette PNG image

Download winter color palette PNG image (landscape)
Download winter color palette PNG image (square)

Winter color palette CSS

/* CSS */
.color-1 {
color: #a2b9c3;
}
.color-2 {
color: #d4e0e8;
}
.color-3 {
color: #f1f8f9;
}
.color-4 {
color: #bfd4c1;
}
.color-5 {
color: #a18c9d;
}

/* CSS Variables */
:root {
--color-1: #a2b9c3;
--color-2: #d4e0e8;
--color-3: #f1f8f9;
--color-4: #bfd4c1;
--color-5: #a18c9d;
}

Winter background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2b9c3, #d4e0e8, #f1f8f9, #bfd4c1, #a18c9d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2b9c3, #d4e0e8, #f1f8f9, #bfd4c1, #a18c9d);
}

Winter color palette created on .