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: #d2deea;
}
.color-2 {
color: #b3c7db;
}
.color-3 {
color: #99b2cc;
}
.color-4 {
color: #809ab7;
}
.color-5 {
color: #6883a6;
}

/* CSS Variables */
:root {
--color-1: #d2deea;
--color-2: #b3c7db;
--color-3: #99b2cc;
--color-4: #809ab7;
--color-5: #6883a6;
}

Winter background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2deea, #b3c7db, #99b2cc, #809ab7, #6883a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2deea, #b3c7db, #99b2cc, #809ab7, #6883a6);
}

Winter color palette created on .