Light Purple Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Light Purple palette

Share this palette to:

Light Purple color palette CSS

/* CSS */
.color-1 {
color: #e3d9ed;
}
.color-2 {
color: #c5b3d1;
}
.color-3 {
color: #a68db0;
}
.color-4 {
color: #ef9aca;
}
.color-5 {
color: #f0c1d3;
}

/* CSS Variables */
:root {
--color-1: #e3d9ed;
--color-2: #c5b3d1;
--color-3: #a68db0;
--color-4: #ef9aca;
--color-5: #f0c1d3;
}

Light Purple background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3d9ed, #c5b3d1, #a68db0, #ef9aca, #f0c1d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3d9ed, #c5b3d1, #a68db0, #ef9aca, #f0c1d3);
}

Light Purple color palette created on .