Muted Stone Color Palette
Discover the beautiful Muted Stone color palette featuring pavlova (#d7c3a2), malta (#bfaf9c), zorba (#a69c8c), cement (#907c6a) and roman coffee (#7a5b4d).
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 Stone palette
💻 Muted Stone color palette CSS
/* CSS */
.color-1 {
color: #d7c3a2;
}
.color-2 {
color: #bfaf9c;
}
.color-3 {
color: #a69c8c;
}
.color-4 {
color: #907c6a;
}
.color-5 {
color: #7a5b4d;
}
/* CSS Variables */
:root {
--color-1: #d7c3a2;
--color-2: #bfaf9c;
--color-3: #a69c8c;
--color-4: #907c6a;
--color-5: #7a5b4d;
} 🌈 Muted Stone background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7c3a2, #bfaf9c, #a69c8c, #907c6a, #7a5b4d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7c3a2, #bfaf9c, #a69c8c, #907c6a, #7a5b4d);
} 🔗 Explore similar color palettes
Muted Stone color palette created on .