Vibrant Purple Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vibrant Purple palette
Color Inspiration
Images that showcase this color palette in real designs
Download Vibrant Purple Color Palette (PNG)
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);
}
Similar color palettes
Vibrant Purple color palette created on .