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: #7c1f8e;
}
.color-2 {
color: #9b51bd;
}
.color-3 {
color: #aa7fd2;
}
.color-4 {
color: #d3a1e3;
}
.color-5 {
color: #f2c5f7;
}

/* CSS Variables */
:root {
--color-1: #7c1f8e;
--color-2: #9b51bd;
--color-3: #aa7fd2;
--color-4: #d3a1e3;
--color-5: #f2c5f7;
}

Vibrant Purple background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7c1f8e, #9b51bd, #aa7fd2, #d3a1e3, #f2c5f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7c1f8e, #9b51bd, #aa7fd2, #d3a1e3, #f2c5f7);
}

Vibrant Purple color palette created on .