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: #612e7a;
}
.color-2 {
color: #9c504f;
}
.color-3 {
color: #a4bea2;
}
.color-4 {
color: #eae1e1;
}
.color-5 {
color: #d7a8b0;
}

/* CSS Variables */
:root {
--color-1: #612e7a;
--color-2: #9c504f;
--color-3: #a4bea2;
--color-4: #eae1e1;
--color-5: #d7a8b0;
}

Shades of Purple background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #612e7a, #9c504f, #a4bea2, #eae1e1, #d7a8b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #612e7a, #9c504f, #a4bea2, #eae1e1, #d7a8b0);
}

Similar color palettes

No palettes found

Try using different filters or clear your current selection to see more palettes.

Shades of Purple color palette created on .