Muted Brown Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Muted Brown palette
Muted Brown color palette CSS
/* CSS */
.color-1 {
color: #cfc5b4;
}
.color-2 {
color: #b4a89d;
}
.color-3 {
color: #8b7d6f;
}
.color-4 {
color: #6e5e4e;
}
.color-5 {
color: #4f4b4a;
}
/* CSS Variables */
:root {
--color-1: #cfc5b4;
--color-2: #b4a89d;
--color-3: #8b7d6f;
--color-4: #6e5e4e;
--color-5: #4f4b4a;
}
Muted Brown background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cfc5b4, #b4a89d, #8b7d6f, #6e5e4e, #4f4b4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cfc5b4, #b4a89d, #8b7d6f, #6e5e4e, #4f4b4a);
}
Similar color palettes
Scroll down to explore 300+ Earthy color palettes
Muted Brown color palette created on .