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: #a4c8e0;
}
.color-2 {
color: #b5e1f2;
}
.color-3 {
color: #f5f7fa;
}
.color-4 {
color: #e1b7d4;
}
.color-5 {
color: #a25d8e;
}

/* CSS Variables */
:root {
--color-1: #a4c8e0;
--color-2: #b5e1f2;
--color-3: #f5f7fa;
--color-4: #e1b7d4;
--color-5: #a25d8e;
}

Winter background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4c8e0, #b5e1f2, #f5f7fa, #e1b7d4, #a25d8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4c8e0, #b5e1f2, #f5f7fa, #e1b7d4, #a25d8e);
}

Winter color palette created on .