Vibrant Purple Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vibrant Purple palette

Share this palette to:

Download Vibrant Purple Color Palette (PNG)

Download vibrant purple color palette PNG image (landscape)
Download vibrant purple color palette PNG image (square)

Vibrant Purple color palette CSS

/* CSS */
.color-1 {
color: #a96cc1;
}
.color-2 {
color: #e5a4e0;
}
.color-3 {
color: #f6c5b1;
}
.color-4 {
color: #ffb84d;
}
.color-5 {
color: #ffc105;
}

/* CSS Variables */
:root {
--color-1: #a96cc1;
--color-2: #e5a4e0;
--color-3: #f6c5b1;
--color-4: #ffb84d;
--color-5: #ffc105;
}

Vibrant Purple background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a96cc1, #e5a4e0, #f6c5b1, #ffb84d, #ffc105);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a96cc1, #e5a4e0, #f6c5b1, #ffb84d, #ffc105);
}

Vibrant Purple color palette created on .