Muted Brown Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Muted Brown palette

Share this palette to:

Muted Brown color palette CSS

/* CSS */
.color-1 {
color: #f0e78e;
}
.color-2 {
color: #d5b56d;
}
.color-3 {
color: #a66b59;
}
.color-4 {
color: #5c3d4d;
}
.color-5 {
color: #2b1938;
}

/* CSS Variables */
:root {
--color-1: #f0e78e;
--color-2: #d5b56d;
--color-3: #a66b59;
--color-4: #5c3d4d;
--color-5: #2b1938;
}

Muted Brown background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e78e, #d5b56d, #a66b59, #5c3d4d, #2b1938);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e78e, #d5b56d, #a66b59, #5c3d4d, #2b1938);
}

Muted Brown color palette created on .