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: #592c6d;
}
.color-2 {
color: #7b4b8b;
}
.color-3 {
color: #a0548c;
}
.color-4 {
color: #d19980;
}
.color-5 {
color: #f1c84b;
}

/* CSS Variables */
:root {
--color-1: #592c6d;
--color-2: #7b4b8b;
--color-3: #a0548c;
--color-4: #d19980;
--color-5: #f1c84b;
}

Shades of Purple background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #592c6d, #7b4b8b, #a0548c, #d19980, #f1c84b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #592c6d, #7b4b8b, #a0548c, #d19980, #f1c84b);
}

Shades of Purple color palette created on .