Vibrant Purple Color Palette
Discover the beautiful Vibrant Purple color palette featuring selective yellow (#fab700), international orange (#fa4f00), crimson (#d51a46), violet eggplant (#9b1c7b) and victoria (#5d3f8d).
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: #fab700;
}
.color-2 {
color: #fa4f00;
}
.color-3 {
color: #d51a46;
}
.color-4 {
color: #9b1c7b;
}
.color-5 {
color: #5d3f8d;
}
/* CSS Variables */
:root {
--color-1: #fab700;
--color-2: #fa4f00;
--color-3: #d51a46;
--color-4: #9b1c7b;
--color-5: #5d3f8d;
}
🌈 Vibrant Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fab700, #fa4f00, #d51a46, #9b1c7b, #5d3f8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fab700, #fa4f00, #d51a46, #9b1c7b, #5d3f8d);
}
🔗 Explore similar color palettes
Vibrant Purple color palette created on .