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: #a2b5c3;
}
.color-2 {
color: #b6c8d8;
}
.color-3 {
color: #e8f1f7;
}
.color-4 {
color: #c5d9e2;
}
.color-5 {
color: #a1c5d9;
}

/* CSS Variables */
:root {
--color-1: #a2b5c3;
--color-2: #b6c8d8;
--color-3: #e8f1f7;
--color-4: #c5d9e2;
--color-5: #a1c5d9;
}

Winter background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2b5c3, #b6c8d8, #e8f1f7, #c5d9e2, #a1c5d9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2b5c3, #b6c8d8, #e8f1f7, #c5d9e2, #a1c5d9);
}

Winter color palette created on .