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: #7c4dff;
}
.color-2 {
color: #a94dff;
}
.color-3 {
color: #e77e23;
}
.color-4 {
color: #f2d12c;
}
.color-5 {
color: #ff4d4d;
}

/* CSS Variables */
:root {
--color-1: #7c4dff;
--color-2: #a94dff;
--color-3: #e77e23;
--color-4: #f2d12c;
--color-5: #ff4d4d;
}

Vibrant Purple background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7c4dff, #a94dff, #e77e23, #f2d12c, #ff4d4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7c4dff, #a94dff, #e77e23, #f2d12c, #ff4d4d);
}

Vibrant Purple color palette created on .