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: #d1c1e6;
}
.color-2 {
color: #c0a5d5;
}
.color-3 {
color: #a67abd;
}
.color-4 {
color: #7a5e9c;
}
.color-5 {
color: #593a78;
}

/* CSS Variables */
:root {
--color-1: #d1c1e6;
--color-2: #c0a5d5;
--color-3: #a67abd;
--color-4: #7a5e9c;
--color-5: #593a78;
}

Shades of Purple background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1c1e6, #c0a5d5, #a67abd, #7a5e9c, #593a78);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1c1e6, #c0a5d5, #a67abd, #7a5e9c, #593a78);
}

Shades of Purple color palette created on .