Purple Lily Color Palette
Discover the beautiful Purple Lily color palette featuring prelude (#e1b9e4), mulberry (#c65d98), royal heath (#a7397d), cannon pink (#803c6e) and bossanova (#4c2b55).
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 Purple Lily palette
💻 Purple Lily color palette CSS
/* CSS */
.color-1 {
color: #e1b9e4;
}
.color-2 {
color: #c65d98;
}
.color-3 {
color: #a7397d;
}
.color-4 {
color: #803c6e;
}
.color-5 {
color: #4c2b55;
}
/* CSS Variables */
:root {
--color-1: #e1b9e4;
--color-2: #c65d98;
--color-3: #a7397d;
--color-4: #803c6e;
--color-5: #4c2b55;
} 🌈 Purple Lily background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1b9e4, #c65d98, #a7397d, #803c6e, #4c2b55);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1b9e4, #c65d98, #a7397d, #803c6e, #4c2b55);
} 🔗 Explore similar color palettes
Purple Lily color palette created on .