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: #e3d9ed;
}
.color-2 {
color: #d5c2e0;
}
.color-3 {
color: #d09fd1;
}
.color-4 {
color: #b77bb1;
}
.color-5 {
color: #a65e9b;
}

/* CSS Variables */
:root {
--color-1: #e3d9ed;
--color-2: #d5c2e0;
--color-3: #d09fd1;
--color-4: #b77bb1;
--color-5: #a65e9b;
}

Shades of Purple background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3d9ed, #d5c2e0, #d09fd1, #b77bb1, #a65e9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3d9ed, #d5c2e0, #d09fd1, #b77bb1, #a65e9b);
}

Shades of Purple color palette created on .