Muted Purple Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Muted Purple palette
Muted Purple color palette CSS
/* CSS */
.color-1 {
color: #d8c0d8;
}
.color-2 {
color: #b57d9a;
}
.color-3 {
color: #c99c4f;
}
.color-4 {
color: #7e6d5d;
}
.color-5 {
color: #5b4d4e;
}
/* CSS Variables */
:root {
--color-1: #d8c0d8;
--color-2: #b57d9a;
--color-3: #c99c4f;
--color-4: #7e6d5d;
--color-5: #5b4d4e;
}
Muted Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8c0d8, #b57d9a, #c99c4f, #7e6d5d, #5b4d4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8c0d8, #b57d9a, #c99c4f, #7e6d5d, #5b4d4e);
}
Similar color palettes
Muted Purple color palette created on .