Shades of Purple Color Palette
Discover the beautiful Shades of Purple color palette featuring vivid violet (#803f8d), tapestry (#a85d9b), careys pink (#d79dbf), azalea (#f1b1cf) and azalea (#f7cae1).
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: #803f8d;
}
.color-2 {
color: #a85d9b;
}
.color-3 {
color: #d79dbf;
}
.color-4 {
color: #f1b1cf;
}
.color-5 {
color: #f7cae1;
}
/* CSS Variables */
:root {
--color-1: #803f8d;
--color-2: #a85d9b;
--color-3: #d79dbf;
--color-4: #f1b1cf;
--color-5: #f7cae1;
} 🌈 Shades of Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #803f8d, #a85d9b, #d79dbf, #f1b1cf, #f7cae1);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #803f8d, #a85d9b, #d79dbf, #f1b1cf, #f7cae1);
} 🔗 Explore similar color palettes
Shades of Purple color palette created on .