Mushroom Forest Fairy Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Mushroom Forest Fairy palette

Share this palette to:

Download Mushroom Forest Fairy Color Palette (PNG)

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

Mushroom Forest Fairy color palette CSS

/* CSS */
.color-1 {
color: #a68a7d;
}
.color-2 {
color: #c6ba9f;
}
.color-3 {
color: #e6d8c1;
}
.color-4 {
color: #f2e9d4;
}
.color-5 {
color: #d1b7c4;
}

/* CSS Variables */
:root {
--color-1: #a68a7d;
--color-2: #c6ba9f;
--color-3: #e6d8c1;
--color-4: #f2e9d4;
--color-5: #d1b7c4;
}

Mushroom Forest Fairy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a68a7d, #c6ba9f, #e6d8c1, #f2e9d4, #d1b7c4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a68a7d, #c6ba9f, #e6d8c1, #f2e9d4, #d1b7c4);
}

Mushroom Forest Fairy color palette created on .