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: #5c4d89;
}
.color-2 {
color: #9e7ca2;
}
.color-3 {
color: #d1b9da;
}
.color-4 {
color: #f2c5d3;
}
.color-5 {
color: #f8cab4;
}

/* CSS Variables */
:root {
--color-1: #5c4d89;
--color-2: #9e7ca2;
--color-3: #d1b9da;
--color-4: #f2c5d3;
--color-5: #f8cab4;
}

Purple Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c4d89, #9e7ca2, #d1b9da, #f2c5d3, #f8cab4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c4d89, #9e7ca2, #d1b9da, #f2c5d3, #f8cab4);
}

Purple Shades color palette created on .