Green Mushroom Shadow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Green Mushroom Shadow palette
Color Inspiration
Images that showcase this color palette in real designs
Download Green Mushroom Shadow Color Palette (PNG)
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);
}
Similar color palettes
Green Mushroom Shadow color palette created on .