Elegant Purple Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Elegant Purple palette

Share this palette to:

Elegant Purple color palette CSS

/* CSS */
.color-1 {
color: #f7f5ed;
}
.color-2 {
color: #f0e0db;
}
.color-3 {
color: #e9c8d3;
}
.color-4 {
color: #e2a6d5;
}
.color-5 {
color: #a171ea;
}

/* CSS Variables */
:root {
--color-1: #f7f5ed;
--color-2: #f0e0db;
--color-3: #e9c8d3;
--color-4: #e2a6d5;
--color-5: #a171ea;
}

Elegant Purple background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7f5ed, #f0e0db, #e9c8d3, #e2a6d5, #a171ea);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7f5ed, #f0e0db, #e9c8d3, #e2a6d5, #a171ea);
}

Elegant Purple color palette created on .