Winter Sparkle Color Palette
Discover the beautiful Winter Sparkle color palette featuring soft peach (#efe5ea), twilight (#e3d0e0), thistle (#d5b6cc), santas gray (#9e9fb5) and slate gray (#6d7e95).
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: #efe5ea;
}
.color-2 {
color: #e3d0e0;
}
.color-3 {
color: #d5b6cc;
}
.color-4 {
color: #9e9fb5;
}
.color-5 {
color: #6d7e95;
}
/* CSS Variables */
:root {
--color-1: #efe5ea;
--color-2: #e3d0e0;
--color-3: #d5b6cc;
--color-4: #9e9fb5;
--color-5: #6d7e95;
} 🌈 Winter Sparkle background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #efe5ea, #e3d0e0, #d5b6cc, #9e9fb5, #6d7e95);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #efe5ea, #e3d0e0, #d5b6cc, #9e9fb5, #6d7e95);
} 🔗 Explore similar color palettes
Winter Sparkle color palette created on .