Muted Brown Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Muted Brown palette
Download Muted Brown Color Palette (PNG)
Muted Brown color palette CSS
/* CSS */
.color-1 {
color: #b1aaa0;
}
.color-2 {
color: #e1d6c1;
}
.color-3 {
color: #c8b3a3;
}
.color-4 {
color: #a07b6e;
}
.color-5 {
color: #4e3c3b;
}
/* CSS Variables */
:root {
--color-1: #b1aaa0;
--color-2: #e1d6c1;
--color-3: #c8b3a3;
--color-4: #a07b6e;
--color-5: #4e3c3b;
}
Muted Brown background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b1aaa0, #e1d6c1, #c8b3a3, #a07b6e, #4e3c3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b1aaa0, #e1d6c1, #c8b3a3, #a07b6e, #4e3c3b);
}
Similar color palettes
Muted Brown color palette created on .