Mushroom Fairy Color Palette

Discover the beautiful Mushroom Fairy color palette featuring clam shell (#d9b5b5), vanilla (#d7c3b2), pearl bush (#eae1d7), almond (#f2d8ca) and shilo (#e9baca).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withEarthy, Fairy, Light, Mushroom, Neutral, Pink, Soft, Vintage color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • Copy precise HEX codes and RGB values for your designs
  • Adjust its brightness, saturation, and warmth to create new variations
  • Preview UI components to see how colors work in real interfaces
  • Copy CSS code including background gradients and color variables
  • Download the palette
  • Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with Mushroom Fairy palette

Share this palette to:

💻 Mushroom Fairy color palette CSS

/* CSS */
.color-1 {
color: #d9b5b5;
}
.color-2 {
color: #d7c3b2;
}
.color-3 {
color: #eae1d7;
}
.color-4 {
color: #f2d8ca;
}
.color-5 {
color: #e9baca;
}

/* CSS Variables */
:root {
--color-1: #d9b5b5;
--color-2: #d7c3b2;
--color-3: #eae1d7;
--color-4: #f2d8ca;
--color-5: #e9baca;
}

🌈 Mushroom Fairy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9b5b5, #d7c3b2, #eae1d7, #f2d8ca, #e9baca);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9b5b5, #d7c3b2, #eae1d7, #f2d8ca, #e9baca);
}

Mushroom Fairy color palette created on .