Brown Mushroom Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Brown Mushroom palette

Share this palette to:

Brown Mushroom color palette CSS

/* CSS */
.color-1 {
color: #d7c9b2;
}
.color-2 {
color: #c3b3a2;
}
.color-3 {
color: #a67d6e;
}
.color-4 {
color: #7d5b4a;
}
.color-5 {
color: #4e4a46;
}

/* CSS Variables */
:root {
--color-1: #d7c9b2;
--color-2: #c3b3a2;
--color-3: #a67d6e;
--color-4: #7d5b4a;
--color-5: #4e4a46;
}

Brown Mushroom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7c9b2, #c3b3a2, #a67d6e, #7d5b4a, #4e4a46);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7c9b2, #c3b3a2, #a67d6e, #7d5b4a, #4e4a46);
}

Brown Mushroom color palette created on .