Muted Elegance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Muted Elegance palette
Color Inspiration
Images that showcase this color palette in real designs
Download Muted Elegance Color Palette (PNG)
Muted Elegance color palette CSS
/* CSS */
.color-1 {
color: #c7c7c7;
}
.color-2 {
color: #a89f9f;
}
.color-3 {
color: #7d5454;
}
.color-4 {
color: #593a3a;
}
.color-5 {
color: #8e6b6b;
}
/* CSS Variables */
:root {
--color-1: #c7c7c7;
--color-2: #a89f9f;
--color-3: #7d5454;
--color-4: #593a3a;
--color-5: #8e6b6b;
}
Muted Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c7c7c7, #a89f9f, #7d5454, #593a3a, #8e6b6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c7c7c7, #a89f9f, #7d5454, #593a3a, #8e6b6b);
}
Similar color palettes
Muted Elegance color palette created on .