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: #5d4b8b;
}
.color-2 {
color: #a97cbb;
}
.color-3 {
color: #e1b7c4;
}
.color-4 {
color: #f7d9a1;
}
.color-5 {
color: #c3af9d;
}
/* CSS Variables */
:root {
--color-1: #5d4b8b;
--color-2: #a97cbb;
--color-3: #e1b7c4;
--color-4: #f7d9a1;
--color-5: #c3af9d;
}
Muted Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d4b8b, #a97cbb, #e1b7c4, #f7d9a1, #c3af9d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d4b8b, #a97cbb, #e1b7c4, #f7d9a1, #c3af9d);
}
Similar color palettes
Muted Purple color palette created on .