Green Mushroom Shadow Color Palette
Discover the beautiful Green Mushroom Shadow color palette featuring finlandia (#4e6e53), fruit salad (#4ba06e), moss green (#a8d8a2), caper (#d0e8b0) and frost (#f2f7e4).
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 Green Mushroom Shadow palette
💻 Green Mushroom Shadow color palette CSS
/* CSS */
.color-1 {
color: #4e6e53;
}
.color-2 {
color: #4ba06e;
}
.color-3 {
color: #a8d8a2;
}
.color-4 {
color: #d0e8b0;
}
.color-5 {
color: #f2f7e4;
}
/* CSS Variables */
:root {
--color-1: #4e6e53;
--color-2: #4ba06e;
--color-3: #a8d8a2;
--color-4: #d0e8b0;
--color-5: #f2f7e4;
} 🌈 Green Mushroom Shadow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e6e53, #4ba06e, #a8d8a2, #d0e8b0, #f2f7e4);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e6e53, #4ba06e, #a8d8a2, #d0e8b0, #f2f7e4);
} 🔗 Explore similar color palettes
Green Mushroom Shadow color palette created on .