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: #a6c6ed;
}
.color-2 {
color: #b9dae9;
}
.color-3 {
color: #e2f3f8;
}
.color-4 {
color: #f5faff;
}
.color-5 {
color: #a9d9e5;
}

/* CSS Variables */
:root {
--color-1: #a6c6ed;
--color-2: #b9dae9;
--color-3: #e2f3f8;
--color-4: #f5faff;
--color-5: #a9d9e5;
}

Winter background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c6ed, #b9dae9, #e2f3f8, #f5faff, #a9d9e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c6ed, #b9dae9, #e2f3f8, #f5faff, #a9d9e5);
}

Winter color palette created on .