Muted Elegance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Muted Elegance palette
Muted Elegance color palette PNG image
Muted Elegance color palette CSS
/* CSS */
.color-1 {
color: #1c1c1c;
}
.color-2 {
color: #a65e6e;
}
.color-3 {
color: #b5c68b;
}
.color-4 {
color: #4d4d4d;
}
.color-5 {
color: #a7bea2;
}
/* CSS Variables */
:root {
--color-1: #1c1c1c;
--color-2: #a65e6e;
--color-3: #b5c68b;
--color-4: #4d4d4d;
--color-5: #a7bea2;
}
Muted Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1c1c, #a65e6e, #b5c68b, #4d4d4d, #a7bea2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1c1c, #a65e6e, #b5c68b, #4d4d4d, #a7bea2);
}
Similar color palettes
Muted Elegance color palette created on .