Muted Purple Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Muted Purple palette

Share this palette to:

Muted Purple color palette CSS

/* CSS */
.color-1 {
color: #5e5d79;
}
.color-2 {
color: #b79fc6;
}
.color-3 {
color: #e3c7a1;
}
.color-4 {
color: #d59f6c;
}
.color-5 {
color: #a6493a;
}

/* CSS Variables */
:root {
--color-1: #5e5d79;
--color-2: #b79fc6;
--color-3: #e3c7a1;
--color-4: #d59f6c;
--color-5: #a6493a;
}

Muted Purple background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e5d79, #b79fc6, #e3c7a1, #d59f6c, #a6493a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e5d79, #b79fc6, #e3c7a1, #d59f6c, #a6493a);
}

Muted Purple color palette created on .