Purple Sparkle Color Palette
Discover the beautiful Purple Sparkle color palette featuring vivid violet (#7a3f97), amethyst (#a45fbf), light wisteria (#d3a9e5), mauve (#f7c7ff) and blue chalk (#f8e5ff).
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 Sparkle palette
💻 Purple Sparkle color palette CSS
/* CSS */
.color-1 {
color: #7a3f97;
}
.color-2 {
color: #a45fbf;
}
.color-3 {
color: #d3a9e5;
}
.color-4 {
color: #f7c7ff;
}
.color-5 {
color: #f8e5ff;
}
/* CSS Variables */
:root {
--color-1: #7a3f97;
--color-2: #a45fbf;
--color-3: #d3a9e5;
--color-4: #f7c7ff;
--color-5: #f8e5ff;
} 🌈 Purple Sparkle background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a3f97, #a45fbf, #d3a9e5, #f7c7ff, #f8e5ff);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a3f97, #a45fbf, #d3a9e5, #f7c7ff, #f8e5ff);
} 🔗 Explore similar color palettes
Purple Sparkle color palette created on .