Mushroom Mischief Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mushroom Mischief palette
Mushroom Mischief color palette CSS
/* CSS */
.color-1 {
color: #4e6e58;
}
.color-2 {
color: #9b8b59;
}
.color-3 {
color: #d3c078;
}
.color-4 {
color: #f2b5a1;
}
.color-5 {
color: #a56f8b;
}
/* CSS Variables */
:root {
--color-1: #4e6e58;
--color-2: #9b8b59;
--color-3: #d3c078;
--color-4: #f2b5a1;
--color-5: #a56f8b;
}
Mushroom Mischief background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e6e58, #9b8b59, #d3c078, #f2b5a1, #a56f8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e6e58, #9b8b59, #d3c078, #f2b5a1, #a56f8b);
}
Similar color palettes
Scroll down to explore 300+ Earthy color palettes
Mushroom Mischief color palette created on .