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: #672ec2;
}
.color-2 {
color: #7f4bbe;
}
.color-3 {
color: #a68bcb;
}
.color-4 {
color: #d1c2e0;
}
.color-5 {
color: #eab8e4;
}

/* CSS Variables */
:root {
--color-1: #672ec2;
--color-2: #7f4bbe;
--color-3: #a68bcb;
--color-4: #d1c2e0;
--color-5: #eab8e4;
}

Shades of Purple background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #672ec2, #7f4bbe, #a68bcb, #d1c2e0, #eab8e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #672ec2, #7f4bbe, #a68bcb, #d1c2e0, #eab8e4);
}

Shades of Purple color palette created on .