Vibrant Purple Color Palette
Discover the beautiful Vibrant Purple color palette featuring electric violet (#7c4dff), tickle me pink (#ff7092), supernova (#ffcc00), persian green (#00b893) and apple (#69af4b).
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 Vibrant Purple palette
💻 Vibrant Purple color palette CSS
/* CSS */
.color-1 {
color: #7c4dff;
}
.color-2 {
color: #ff7092;
}
.color-3 {
color: #ffcc00;
}
.color-4 {
color: #00b893;
}
.color-5 {
color: #69af4b;
}
/* CSS Variables */
:root {
--color-1: #7c4dff;
--color-2: #ff7092;
--color-3: #ffcc00;
--color-4: #00b893;
--color-5: #69af4b;
} 🌈 Vibrant Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7c4dff, #ff7092, #ffcc00, #00b893, #69af4b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7c4dff, #ff7092, #ffcc00, #00b893, #69af4b);
} 🔗 Explore similar color palettes
Vibrant Purple color palette created on .