Brown Mushroom Color Palette
Discover the beautiful Brown Mushroom color palette featuring paarl (#a25a2a), akaroa (#d9c3a6), santa fe (#b96a50), sidecar (#f5e0c2) and shingle fawn (#6e4b3a).
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 Brown Mushroom palette
💻 Brown Mushroom color palette CSS
/* CSS */
.color-1 {
color: #a25a2a;
}
.color-2 {
color: #d9c3a6;
}
.color-3 {
color: #b96a50;
}
.color-4 {
color: #f5e0c2;
}
.color-5 {
color: #6e4b3a;
}
/* CSS Variables */
:root {
--color-1: #a25a2a;
--color-2: #d9c3a6;
--color-3: #b96a50;
--color-4: #f5e0c2;
--color-5: #6e4b3a;
} 🌈 Brown Mushroom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a25a2a, #d9c3a6, #b96a50, #f5e0c2, #6e4b3a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a25a2a, #d9c3a6, #b96a50, #f5e0c2, #6e4b3a);
} 🔗 Explore similar color palettes
Brown Mushroom color palette created on .