Shades of Lilac Color Palette
Discover the beautiful Shades of Lilac color palette featuring london hue (#b59bc5), light wisteria (#d2a3e0), light orchid (#e6b7e5), chantilly (#f9c3d8) and chantilly (#fad1e5).
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 Shades of Lilac palette
💻 Shades of Lilac color palette CSS
/* CSS */
.color-1 {
color: #b59bc5;
}
.color-2 {
color: #d2a3e0;
}
.color-3 {
color: #e6b7e5;
}
.color-4 {
color: #f9c3d8;
}
.color-5 {
color: #fad1e5;
}
/* CSS Variables */
:root {
--color-1: #b59bc5;
--color-2: #d2a3e0;
--color-3: #e6b7e5;
--color-4: #f9c3d8;
--color-5: #fad1e5;
} 🌈 Shades of Lilac background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b59bc5, #d2a3e0, #e6b7e5, #f9c3d8, #fad1e5);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b59bc5, #d2a3e0, #e6b7e5, #f9c3d8, #fad1e5);
} 🔗 Explore similar color palettes
Shades of Lilac color palette created on .