Shades of Purple Color Palette
Discover the beautiful Shades of Purple color palette featuring affair (#794b9b), east side (#a67ccb), light wisteria (#d1a4e5), french lilac (#e8c3e9) and french lilac (#f2e1f4).
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 Purple palette
💻 Shades of Purple color palette CSS
/* CSS */
.color-1 {
color: #794b9b;
}
.color-2 {
color: #a67ccb;
}
.color-3 {
color: #d1a4e5;
}
.color-4 {
color: #e8c3e9;
}
.color-5 {
color: #f2e1f4;
}
/* CSS Variables */
:root {
--color-1: #794b9b;
--color-2: #a67ccb;
--color-3: #d1a4e5;
--color-4: #e8c3e9;
--color-5: #f2e1f4;
} 🌈 Shades of Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #794b9b, #a67ccb, #d1a4e5, #e8c3e9, #f2e1f4);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #794b9b, #a67ccb, #d1a4e5, #e8c3e9, #f2e1f4);
} 🔗 Explore similar color palettes
Shades of Purple color palette created on .