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: #6a4c94;
}
.color-2 {
color: #a77ccb;
}
.color-3 {
color: #fab700;
}
.color-4 {
color: #ff7b24;
}
.color-5 {
color: #ff4d4f;
}

/* CSS Variables */
:root {
--color-1: #6a4c94;
--color-2: #a77ccb;
--color-3: #fab700;
--color-4: #ff7b24;
--color-5: #ff4d4f;
}

Vibrant Purple background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a4c94, #a77ccb, #fab700, #ff7b24, #ff4d4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a4c94, #a77ccb, #fab700, #ff7b24, #ff4d4f);
}

Vibrant Purple color palette created on .