Winter Wonderland Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Winter Wonderland palette

Share this palette to:

Winter Wonderland color palette PNG image

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

Winter Wonderland color palette CSS

/* CSS */
.color-1 {
color: #a6c6ed;
}
.color-2 {
color: #5b9dd7;
}
.color-3 {
color: #3c7dcd;
}
.color-4 {
color: #2c5b90;
}
.color-5 {
color: #1a3e70;
}

/* CSS Variables */
:root {
--color-1: #a6c6ed;
--color-2: #5b9dd7;
--color-3: #3c7dcd;
--color-4: #2c5b90;
--color-5: #1a3e70;
}

Winter Wonderland background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c6ed, #5b9dd7, #3c7dcd, #2c5b90, #1a3e70);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c6ed, #5b9dd7, #3c7dcd, #2c5b90, #1a3e70);
}

Winter Wonderland color palette created on .