Purple Shades Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Purple Shades palette

Share this palette to:

Purple Shades color palette CSS

/* CSS */
.color-1 {
color: #d5a8e1;
}
.color-2 {
color: #a679b9;
}
.color-3 {
color: #6e4e8d;
}
.color-4 {
color: #7c3f8d;
}
.color-5 {
color: #c47e9d;
}

/* CSS Variables */
:root {
--color-1: #d5a8e1;
--color-2: #a679b9;
--color-3: #6e4e8d;
--color-4: #7c3f8d;
--color-5: #c47e9d;
}

Purple Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5a8e1, #a679b9, #6e4e8d, #7c3f8d, #c47e9d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5a8e1, #a679b9, #6e4e8d, #7c3f8d, #c47e9d);
}

Purple Shades color palette created on .