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: #403c30;
}
.color-2 {
color: #6a5b4d;
}
.color-3 {
color: #a58b78;
}
.color-4 {
color: #d5b99f;
}
.color-5 {
color: #f2e4b5;
}
/* CSS Variables */
:root {
--color-1: #403c30;
--color-2: #6a5b4d;
--color-3: #a58b78;
--color-4: #d5b99f;
--color-5: #f2e4b5;
}
Muted Brown background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #403c30, #6a5b4d, #a58b78, #d5b99f, #f2e4b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #403c30, #6a5b4d, #a58b78, #d5b99f, #f2e4b5);
}
Similar color palettes
Scroll down to explore 300+ Earthy color palettes
Muted Brown color palette created on .