Discover the beautiful Shades of Purple color palette featuring light orchid (#eab8e4), lilac (#d5a5d4), lavender purple (#b388b9), wisteria (#a26cbc) and affair (#8d4ea2).
Shades of Purple Color Palette
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with color palettes and combinations.
💡 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
Explore how the Shades of Purple palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with Shades of Purple palette
💻 Shades of Purple color palette CSS
/* CSS */
.color-1 {
color: #eab8e4;
}
.color-2 {
color: #d5a5d4;
}
.color-3 {
color: #b388b9;
}
.color-4 {
color: #a26cbc;
}
.color-5 {
color: #8d4ea2;
}
/* CSS Variables */
:root {
--color-1: #eab8e4;
--color-2: #d5a5d4;
--color-3: #b388b9;
--color-4: #a26cbc;
--color-5: #8d4ea2;
}
🌈 Shades of Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab8e4, #d5a5d4, #b388b9, #a26cbc, #8d4ea2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab8e4, #d5a5d4, #b388b9, #a26cbc, #8d4ea2);
}
🔗 Explore similar color palettes
Shades of Purple color palette created on .