Purple Shades Color Palette
Discover the beautiful Purple Shades color palette featuring mischka (#e0d8e4), maverick (#d4c4d1), shady lady (#b9a7b9), lavender purple (#a68cba) and fuchsia blue (#8b69bf).
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 Shades palette
💻 Purple Shades color palette CSS
/* CSS */
.color-1 {
color: #e0d8e4;
}
.color-2 {
color: #d4c4d1;
}
.color-3 {
color: #b9a7b9;
}
.color-4 {
color: #a68cba;
}
.color-5 {
color: #8b69bf;
}
/* CSS Variables */
:root {
--color-1: #e0d8e4;
--color-2: #d4c4d1;
--color-3: #b9a7b9;
--color-4: #a68cba;
--color-5: #8b69bf;
}
🌈 Purple Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0d8e4, #d4c4d1, #b9a7b9, #a68cba, #8b69bf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0d8e4, #d4c4d1, #b9a7b9, #a68cba, #8b69bf);
}
🔗 Explore similar color palettes
Purple Shades color palette created on .