Winter Wonderland Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Winter Wonderland palette
Winter Wonderland color palette PNG image
Winter Wonderland color palette CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #e0e7fa;
}
.color-3 {
color: #9ec3ff;
}
.color-4 {
color: #3884ff;
}
.color-5 {
color: #0077b8;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #e0e7fa;
--color-3: #9ec3ff;
--color-4: #3884ff;
--color-5: #0077b8;
}
Winter Wonderland background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #e0e7fa, #9ec3ff, #3884ff, #0077b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #e0e7fa, #9ec3ff, #3884ff, #0077b8);
}
Similar color palettes
Winter Wonderland color palette created on .