Vivid Purple Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vivid Purple palette
Vivid Purple color palette CSS
/* CSS */
.color-1 {
color: #6a5bcd;
}
.color-2 {
color: #ffb347;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #40bf82;
}
.color-5 {
color: #f5d870;
}
/* CSS Variables */
:root {
--color-1: #6a5bcd;
--color-2: #ffb347;
--color-3: #ff6e61;
--color-4: #40bf82;
--color-5: #f5d870;
}
Vivid Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a5bcd, #ffb347, #ff6e61, #40bf82, #f5d870);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a5bcd, #ffb347, #ff6e61, #40bf82, #f5d870);
}
Similar color palettes
Scroll down to explore 400+ Aesthetic color palettes
Vivid Purple color palette created on .