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: #a47dbf;
}
.color-2 {
color: #b18dc3;
}
.color-3 {
color: #d6b0d8;
}
.color-4 {
color: #f4c3e0;
}
.color-5 {
color: #f8b4c2;
}

/* CSS Variables */
:root {
--color-1: #a47dbf;
--color-2: #b18dc3;
--color-3: #d6b0d8;
--color-4: #f4c3e0;
--color-5: #f8b4c2;
}

Shades of Purple background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a47dbf, #b18dc3, #d6b0d8, #f4c3e0, #f8b4c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a47dbf, #b18dc3, #d6b0d8, #f4c3e0, #f8b4c2);
}

Shades of Purple color palette created on .