Mushroom Meadow Color Palette

Discover the beautiful Mushroom Meadow color palette featuring mule fawn (#8c5a2b), indian khaki (#c2b180), paarl (#9f512d), buttermilk (#fff5b3) and sandy brown (#f4a662).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Earthy, Forest, Green, Brown 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 Meadow palette

Share this palette to:

💻 Mushroom Meadow color palette CSS

/* CSS */
.color-1 {
color: #8c5a2b;
}
.color-2 {
color: #c2b180;
}
.color-3 {
color: #9f512d;
}
.color-4 {
color: #fff5b3;
}
.color-5 {
color: #f4a662;
}

/* CSS Variables */
:root {
--color-1: #8c5a2b;
--color-2: #c2b180;
--color-3: #9f512d;
--color-4: #fff5b3;
--color-5: #f4a662;
}

🌈 Mushroom Meadow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c5a2b, #c2b180, #9f512d, #fff5b3, #f4a662);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c5a2b, #c2b180, #9f512d, #fff5b3, #f4a662);
}

Mushroom Meadow color palette created on .