Mushroom Pink Color Palette

Discover the beautiful Mushroom Pink color palette featuring clam shell (#d9bcb0), eunry (#c7a09e), mountbatten pink (#a67d8b), cannon pink (#8c4f5d) and buccaneer (#682c3e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Beige, Earthy, Pink, Warm 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 Pink palette

Share this palette to:

💻 Mushroom Pink color palette CSS

/* CSS */
.color-1 {
color: #d9bcb0;
}
.color-2 {
color: #c7a09e;
}
.color-3 {
color: #a67d8b;
}
.color-4 {
color: #8c4f5d;
}
.color-5 {
color: #682c3e;
}

/* CSS Variables */
:root {
--color-1: #d9bcb0;
--color-2: #c7a09e;
--color-3: #a67d8b;
--color-4: #8c4f5d;
--color-5: #682c3e;
}

🌈 Mushroom Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9bcb0, #c7a09e, #a67d8b, #8c4f5d, #682c3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9bcb0, #c7a09e, #a67d8b, #8c4f5d, #682c3e);
}

Mushroom Pink color palette created on .