Shades of Purple Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Purple palette

Share this palette to:

Shades of Purple color palette CSS

/* CSS */
.color-1 {
color: #690dab;
}
.color-2 {
color: #9b58b6;
}
.color-3 {
color: #d39fd5;
}
.color-4 {
color: #f3c9e8;
}
.color-5 {
color: #a76c9f;
}

/* CSS Variables */
:root {
--color-1: #690dab;
--color-2: #9b58b6;
--color-3: #d39fd5;
--color-4: #f3c9e8;
--color-5: #a76c9f;
}

Shades of Purple background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #690dab, #9b58b6, #d39fd5, #f3c9e8, #a76c9f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #690dab, #9b58b6, #d39fd5, #f3c9e8, #a76c9f);
}

Shades of Purple color palette created on .