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: #690dab;
}
.color-2 {
color: #a94bc3;
}
.color-3 {
color: #d86bff;
}
.color-4 {
color: #ff7092;
}
.color-5 {
color: #00bdd6;
}

/* CSS Variables */
:root {
--color-1: #690dab;
--color-2: #a94bc3;
--color-3: #d86bff;
--color-4: #ff7092;
--color-5: #00bdd6;
}

Vibrant Purple background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #690dab, #a94bc3, #d86bff, #ff7092, #00bdd6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #690dab, #a94bc3, #d86bff, #ff7092, #00bdd6);
}

Vibrant Purple color palette created on .