Mushroom Brown Color Palette

Discover the beautiful Mushroom Brown color palette featuring akaroa (#d8c1b0), quicksand (#c3a69d), pharlap (#a67d7f), copper rose (#8e5d6b) and cannon pink (#7c4b5e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Beige, Earthy, Soft, Neutral color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • •Copy precise HEX codes and RGB values for your designs
  • •Adjust its brightness, saturation, and warmth to create new variations
  • •Preview UI components to see how colors work in real interfaces
  • •Copy CSS code including background gradients and color variables
  • •Download the palette
  • •Share your palette with team members and clients

🎨 Preview UI Components

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 .