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: #6c508b;
}
.color-2 {
color: #c3a17f;
}
.color-3 {
color: #f5c147;
}
.color-4 {
color: #f56b4d;
}
.color-5 {
color: #3b2a5b;
}

/* CSS Variables */
:root {
--color-1: #6c508b;
--color-2: #c3a17f;
--color-3: #f5c147;
--color-4: #f56b4d;
--color-5: #3b2a5b;
}

Elegant Purple background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6c508b, #c3a17f, #f5c147, #f56b4d, #3b2a5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6c508b, #c3a17f, #f5c147, #f56b4d, #3b2a5b);
}

Similar color palettes

No palettes found

Try using different filters or clear your current selection to see more palettes.

Elegant Purple color palette created on .