Mushroom Mirage Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Mushroom Mirage palette

Share this palette to:

Mushroom Mirage color palette CSS

/* CSS */
.color-1 {
color: #895b29;
}
.color-2 {
color: #d9a76d;
}
.color-3 {
color: #e4b5a0;
}
.color-4 {
color: #f2c7b1;
}
.color-5 {
color: #c7a7d2;
}

/* CSS Variables */
:root {
--color-1: #895b29;
--color-2: #d9a76d;
--color-3: #e4b5a0;
--color-4: #f2c7b1;
--color-5: #c7a7d2;
}

Mushroom Mirage background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #895b29, #d9a76d, #e4b5a0, #f2c7b1, #c7a7d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #895b29, #d9a76d, #e4b5a0, #f2c7b1, #c7a7d2);
}

Mushroom Mirage color palette created on .