Winter Solstice Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Winter Solstice palette

Share this palette to:

Winter Solstice color palette PNG image

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

Winter Solstice color palette CSS

/* CSS */
.color-1 {
color: #a3c2e1;
}
.color-2 {
color: #b5d2e8;
}
.color-3 {
color: #e0b8d1;
}
.color-4 {
color: #f4e1a4;
}
.color-5 {
color: #f5b400;
}

/* CSS Variables */
:root {
--color-1: #a3c2e1;
--color-2: #b5d2e8;
--color-3: #e0b8d1;
--color-4: #f4e1a4;
--color-5: #f5b400;
}

Winter Solstice background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c2e1, #b5d2e8, #e0b8d1, #f4e1a4, #f5b400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c2e1, #b5d2e8, #e0b8d1, #f4e1a4, #f5b400);
}

Winter Solstice color palette created on .