Mushroom Beige Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mushroom Beige palette
Mushroom Beige color palette CSS
/* CSS */
.color-1 {
color: #d1c7b7;
}
.color-2 {
color: #e4cfc4;
}
.color-3 {
color: #f4e3d7;
}
.color-4 {
color: #f2b5a1;
}
.color-5 {
color: #e5a89e;
}
/* CSS Variables */
:root {
--color-1: #d1c7b7;
--color-2: #e4cfc4;
--color-3: #f4e3d7;
--color-4: #f2b5a1;
--color-5: #e5a89e;
}
Mushroom Beige background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1c7b7, #e4cfc4, #f4e3d7, #f2b5a1, #e5a89e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1c7b7, #e4cfc4, #f4e3d7, #f2b5a1, #e5a89e);
}
Similar color palettes
Scroll down to explore 30+ Aesthetic color palettes
Mushroom Beige color palette created on .