Mushroom Color Palette

Discover the beautiful Mushroom color palette featuring bone (#e2c5b6), eunry (#d0a79a), old rose (#c78b7f), santa fe (#b1715d) and ironstone (#8e4d3e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Beige, Brown, Earthy, Forest, Light, Mushroom, Neutral, Soft, Warm 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 palette

Share this palette to:

💻 Mushroom color palette CSS

/* CSS */
.color-1 {
color: #e2c5b6;
}
.color-2 {
color: #d0a79a;
}
.color-3 {
color: #c78b7f;
}
.color-4 {
color: #b1715d;
}
.color-5 {
color: #8e4d3e;
}

/* CSS Variables */
:root {
--color-1: #e2c5b6;
--color-2: #d0a79a;
--color-3: #c78b7f;
--color-4: #b1715d;
--color-5: #8e4d3e;
}

🌈 Mushroom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2c5b6, #d0a79a, #c78b7f, #b1715d, #8e4d3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2c5b6, #d0a79a, #c78b7f, #b1715d, #8e4d3e);
}

Mushroom color palette created on .