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