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: #d8c1b0;
}
.color-2 {
color: #c3a69d;
}
.color-3 {
color: #a67d7f;
}
.color-4 {
color: #8e5d6b;
}
.color-5 {
color: #7c4b5e;
}

/* CSS Variables */
:root {
--color-1: #d8c1b0;
--color-2: #c3a69d;
--color-3: #a67d7f;
--color-4: #8e5d6b;
--color-5: #7c4b5e;
}

Mushroom Brown background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8c1b0, #c3a69d, #a67d7f, #8e5d6b, #7c4b5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8c1b0, #c3a69d, #a67d7f, #8e5d6b, #7c4b5e);
}

Mushroom Brown color palette created on .