Muted Mocha Color Palette
Discover the beautiful Muted Mocha color palette featuring thatch (#bfa7a1), silk (#c5b3aa), soft amber (#d1c1b3), vanilla (#d8c9b6) and bone (#e2d6c5).
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 Muted Mocha palette
💻 Muted Mocha color palette CSS
/* CSS */
.color-1 {
color: #bfa7a1;
}
.color-2 {
color: #c5b3aa;
}
.color-3 {
color: #d1c1b3;
}
.color-4 {
color: #d8c9b6;
}
.color-5 {
color: #e2d6c5;
}
/* CSS Variables */
:root {
--color-1: #bfa7a1;
--color-2: #c5b3aa;
--color-3: #d1c1b3;
--color-4: #d8c9b6;
--color-5: #e2d6c5;
} 🌈 Muted Mocha background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bfa7a1, #c5b3aa, #d1c1b3, #d8c9b6, #e2d6c5);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bfa7a1, #c5b3aa, #d1c1b3, #d8c9b6, #e2d6c5);
} 🔗 Explore similar color palettes
Muted Mocha color palette created on .