Mushroom Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Mushroom palette

Share this palette to:

Download Mushroom Color Palette (PNG)

Download mushroom color palette PNG image (landscape)
Download mushroom color palette PNG image (square)

Mushroom color palette CSS

/* CSS */
.color-1 {
color: #e2c5b6;
}
.color-2 {
color: #d0a79a;
}
.color-3 {
color: #c78b7f;
}
.color-4 {
color: #b1715d;
}
.color-5 {
color: #8e4d3e;
}

/* CSS Variables */
:root {
--color-1: #e2c5b6;
--color-2: #d0a79a;
--color-3: #c78b7f;
--color-4: #b1715d;
--color-5: #8e4d3e;
}

Mushroom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2c5b6, #d0a79a, #c78b7f, #b1715d, #8e4d3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2c5b6, #d0a79a, #c78b7f, #b1715d, #8e4d3e);
}

Mushroom color palette created on .