Mushroom Meringue Color Palette
Discover the beautiful Mushroom Meringue color palette featuring soft amber (#d5c7b9), cashmere (#e4b6a0), wewak (#f2a29c), tacao (#f29d8c) and new york pink (#d27070).
Brightness
Saturation
Warmth
💡 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 Meringue palette
💻 Mushroom Meringue color palette CSS
/* CSS */
.color-1 {
color: #d5c7b9;
}
.color-2 {
color: #e4b6a0;
}
.color-3 {
color: #f2a29c;
}
.color-4 {
color: #f29d8c;
}
.color-5 {
color: #d27070;
}
/* CSS Variables */
:root {
--color-1: #d5c7b9;
--color-2: #e4b6a0;
--color-3: #f2a29c;
--color-4: #f29d8c;
--color-5: #d27070;
} 🌈 Mushroom Meringue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5c7b9, #e4b6a0, #f2a29c, #f29d8c, #d27070);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5c7b9, #e4b6a0, #f2a29c, #f29d8c, #d27070);
} 🔗 Explore similar color palettes
Mushroom Meringue color palette created on .