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: #a400b3;
}
.color-2 {
color: #d6006f;
}
.color-3 {
color: #ff8c00;
}
.color-4 {
color: #ffd900;
}
.color-5 {
color: #a8d600;
}

/* CSS Variables */
:root {
--color-1: #a400b3;
--color-2: #d6006f;
--color-3: #ff8c00;
--color-4: #ffd900;
--color-5: #a8d600;
}

Vibrant Purple background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a400b3, #d6006f, #ff8c00, #ffd900, #a8d600);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a400b3, #d6006f, #ff8c00, #ffd900, #a8d600);
}

Vibrant Purple color palette created on .