Mushroom Brown Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Mushroom Brown palette

Share this palette to:

Mushroom Brown color palette CSS

/* CSS */
.color-1 {
color: #d4c7af;
}
.color-2 {
color: #c1b19f;
}
.color-3 {
color: #a18c8c;
}
.color-4 {
color: #8d6d6d;
}
.color-5 {
color: #7c4b4b;
}

/* CSS Variables */
:root {
--color-1: #d4c7af;
--color-2: #c1b19f;
--color-3: #a18c8c;
--color-4: #8d6d6d;
--color-5: #7c4b4b;
}

Mushroom Brown background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4c7af, #c1b19f, #a18c8c, #8d6d6d, #7c4b4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4c7af, #c1b19f, #a18c8c, #8d6d6d, #7c4b4b);
}

Mushroom Brown color palette created on .