Green Mushroom Shadow Color Palette
Discover the beautiful Green Mushroom Shadow color palette featuring ronchi (#efba48), potters clay (#935834), chelsea cucumber (#81a44c), goblin (#3e7952) and mineral green (#364f4a).
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: #efba48;
}
.color-2 {
color: #935834;
}
.color-3 {
color: #81a44c;
}
.color-4 {
color: #3e7952;
}
.color-5 {
color: #364f4a;
}
/* CSS Variables */
:root {
--color-1: #efba48;
--color-2: #935834;
--color-3: #81a44c;
--color-4: #3e7952;
--color-5: #364f4a;
} ๐ Green Mushroom Shadow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #efba48, #935834, #81a44c, #3e7952, #364f4a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #efba48, #935834, #81a44c, #3e7952, #364f4a);
} ๐ Explore similar color palettes
Green Mushroom Shadow color palette created on .