Shades of Purple Color Palette
Discover the beautiful Shades of Purple color palette featuring heliotrope (#a64dff), melrose (#b89eff), mauve (#d0b3ff), fog (#e6d6ff) and magnolia (#f5f0ff).
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: #a64dff;
}
.color-2 {
color: #b89eff;
}
.color-3 {
color: #d0b3ff;
}
.color-4 {
color: #e6d6ff;
}
.color-5 {
color: #f5f0ff;
}
/* CSS Variables */
:root {
--color-1: #a64dff;
--color-2: #b89eff;
--color-3: #d0b3ff;
--color-4: #e6d6ff;
--color-5: #f5f0ff;
} 🌈 Shades of Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a64dff, #b89eff, #d0b3ff, #e6d6ff, #f5f0ff);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a64dff, #b89eff, #d0b3ff, #e6d6ff, #f5f0ff);
} 🔗 Explore similar color palettes
Shades of Purple color palette created on .