Winter Solstice Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Winter Solstice palette
Winter Solstice color palette PNG image
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);
}
Similar color palettes
Winter Solstice color palette created on .