Vibrant Purple Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vibrant Purple palette

Share this palette to:

Vibrant Purple color palette CSS

/* CSS */
.color-1 {
color: #784b9b;
}
.color-2 {
color: #9b69bf;
}
.color-3 {
color: #c2a4e5;
}
.color-4 {
color: #f1cff2;
}
.color-5 {
color: #e52e90;
}

/* CSS Variables */
:root {
--color-1: #784b9b;
--color-2: #9b69bf;
--color-3: #c2a4e5;
--color-4: #f1cff2;
--color-5: #e52e90;
}

Vibrant Purple background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #784b9b, #9b69bf, #c2a4e5, #f1cff2, #e52e90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #784b9b, #9b69bf, #c2a4e5, #f1cff2, #e52e90);
}

Vibrant Purple color palette created on .