Mushroom Brown Color Palette
Discover the beautiful Mushroom Brown color palette featuring soft amber (#d5c8b3), cashmere (#e2b8a1), tonys pink (#e6a38e), contessa (#c87d74) and coral tree (#a7706c).
Brightness
Saturation
Warmth
💡 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
💻 Mushroom Brown color palette CSS
/* CSS */
.color-1 {
color: #d5c8b3;
}
.color-2 {
color: #e2b8a1;
}
.color-3 {
color: #e6a38e;
}
.color-4 {
color: #c87d74;
}
.color-5 {
color: #a7706c;
}
/* CSS Variables */
:root {
--color-1: #d5c8b3;
--color-2: #e2b8a1;
--color-3: #e6a38e;
--color-4: #c87d74;
--color-5: #a7706c;
} 🌈 Mushroom Brown background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5c8b3, #e2b8a1, #e6a38e, #c87d74, #a7706c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5c8b3, #e2b8a1, #e6a38e, #c87d74, #a7706c);
} 🔗 Explore similar color palettes
Mushroom Brown color palette created on .