Winter Lilac Color Palette
Discover the beautiful Winter Lilac color palette featuring east side (#b7a1d3), snuff (#e3c7e5), french lilac (#f1e0f5), prelude (#d5b3e0) and purple mountain's majesty (#a27ebe).
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 Lilac palette
💻 Winter Lilac color palette CSS
/* CSS */
.color-1 {
color: #b7a1d3;
}
.color-2 {
color: #e3c7e5;
}
.color-3 {
color: #f1e0f5;
}
.color-4 {
color: #d5b3e0;
}
.color-5 {
color: #a27ebe;
}
/* CSS Variables */
:root {
--color-1: #b7a1d3;
--color-2: #e3c7e5;
--color-3: #f1e0f5;
--color-4: #d5b3e0;
--color-5: #a27ebe;
} 🌈 Winter Lilac background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b7a1d3, #e3c7e5, #f1e0f5, #d5b3e0, #a27ebe);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b7a1d3, #e3c7e5, #f1e0f5, #d5b3e0, #a27ebe);
} 🔗 Explore similar color palettes
Winter Lilac color palette created on .