Vibrant Purple Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vibrant Purple palette
Vibrant Purple color palette CSS
/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #ff5e00;
}
.color-3 {
color: #ff2965;
}
.color-4 {
color: #a3007a;
}
.color-5 {
color: #4a0080;
}
/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #ff5e00;
--color-3: #ff2965;
--color-4: #a3007a;
--color-5: #4a0080;
}
Vibrant Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #ff5e00, #ff2965, #a3007a, #4a0080);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #ff5e00, #ff2965, #a3007a, #4a0080);
}
Similar color palettes
Scroll down to explore 300+ Bright color palettes
Vibrant Purple color palette created on .