Winter Sparkle Color Palette
Discover the beautiful Winter Sparkle color palette featuring soft peach (#efe6eb), twilight (#e2cfdf), thistle (#d4b5cb), santas gray (#9d9eb4) and lynch (#6e7f96).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Winter Sparkle palette
💻 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);
}
🔗 Explore similar color palettes
Winter Sparkle color palette created on .