Winter Sparkle Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Winter Sparkle palette
Winter Sparkle color palette PNG image
Winter Sparkle color palette CSS
/* CSS */
.color-1 {
color: #efe6eb;
}
.color-2 {
color: #e2cfdf;
}
.color-3 {
color: #d4b5cb;
}
.color-4 {
color: #9d9eb4;
}
.color-5 {
color: #6e7f96;
}
/* CSS Variables */
:root {
--color-1: #efe6eb;
--color-2: #e2cfdf;
--color-3: #d4b5cb;
--color-4: #9d9eb4;
--color-5: #6e7f96;
}
Winter Sparkle background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #efe6eb, #e2cfdf, #d4b5cb, #9d9eb4, #6e7f96);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #efe6eb, #e2cfdf, #d4b5cb, #9d9eb4, #6e7f96);
}
Similar color palettes
Winter Sparkle color palette created on .