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: #6a5bcd;
}
.color-2 {
color: #8a7ccb;
}
.color-3 {
color: #baa3e0;
}
.color-4 {
color: #d4c7f0;
}
.color-5 {
color: #f2e5ff;
}

/* CSS Variables */
:root {
--color-1: #6a5bcd;
--color-2: #8a7ccb;
--color-3: #baa3e0;
--color-4: #d4c7f0;
--color-5: #f2e5ff;
}

Elegant Purple background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a5bcd, #8a7ccb, #baa3e0, #d4c7f0, #f2e5ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a5bcd, #8a7ccb, #baa3e0, #d4c7f0, #f2e5ff);
}

Elegant Purple color palette created on .