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: #d7a7cb;
}
.color-2 {
color: #c1a2c3;
}
.color-3 {
color: #a68fa8;
}
.color-4 {
color: #a85d9f;
}
.color-5 {
color: #8d3a7d;
}

/* CSS Variables */
:root {
--color-1: #d7a7cb;
--color-2: #c1a2c3;
--color-3: #a68fa8;
--color-4: #a85d9f;
--color-5: #8d3a7d;
}

Shades of Purple background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7a7cb, #c1a2c3, #a68fa8, #a85d9f, #8d3a7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7a7cb, #c1a2c3, #a68fa8, #a85d9f, #8d3a7d);
}

Shades of Purple color palette created on .