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: #83204d;
}
.color-2 {
color: #a84d80;
}
.color-3 {
color: #d590b1;
}
.color-4 {
color: #ebb7e3;
}
.color-5 {
color: #f7e8f8;
}

/* CSS Variables */
:root {
--color-1: #83204d;
--color-2: #a84d80;
--color-3: #d590b1;
--color-4: #ebb7e3;
--color-5: #f7e8f8;
}

Purple Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #83204d, #a84d80, #d590b1, #ebb7e3, #f7e8f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #83204d, #a84d80, #d590b1, #ebb7e3, #f7e8f8);
}

Purple Shades color palette created on .