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: #8a2ce2;
}
.color-2 {
color: #6a5bcd;
}
.color-3 {
color: #5f4c9e;
}
.color-4 {
color: #bc9ee0;
}
.color-5 {
color: #d8c0d8;
}

/* CSS Variables */
:root {
--color-1: #8a2ce2;
--color-2: #6a5bcd;
--color-3: #5f4c9e;
--color-4: #bc9ee0;
--color-5: #d8c0d8;
}

Shades of Purple background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8a2ce2, #6a5bcd, #5f4c9e, #bc9ee0, #d8c0d8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8a2ce2, #6a5bcd, #5f4c9e, #bc9ee0, #d8c0d8);
}

Shades of Purple color palette created on .