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: #492b54;
}
.color-2 {
color: #7d4992;
}
.color-3 {
color: #a77ccb;
}
.color-4 {
color: #f1a7e0;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #492b54;
--color-2: #7d4992;
--color-3: #a77ccb;
--color-4: #f1a7e0;
--color-5: #ff6e61;
}

Vibrant Purple background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #492b54, #7d4992, #a77ccb, #f1a7e0, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #492b54, #7d4992, #a77ccb, #f1a7e0, #ff6e61);
}

Vibrant Purple color palette created on .