Muted Brown Color Palette
Discover the beautiful Muted Brown color palette featuring ferra (#6c504b), turkish rose (#b77b8c), strikemaster (#9d6c90), silver sand (#b9c1c1) and web orange (#f0a400).
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 Brown palette
💻 Muted Brown color palette CSS
/* CSS */
.color-1 {
color: #6c504b;
}
.color-2 {
color: #b77b8c;
}
.color-3 {
color: #9d6c90;
}
.color-4 {
color: #b9c1c1;
}
.color-5 {
color: #f0a400;
}
/* CSS Variables */
:root {
--color-1: #6c504b;
--color-2: #b77b8c;
--color-3: #9d6c90;
--color-4: #b9c1c1;
--color-5: #f0a400;
}
🌈 Muted Brown background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6c504b, #b77b8c, #9d6c90, #b9c1c1, #f0a400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6c504b, #b77b8c, #9d6c90, #b9c1c1, #f0a400);
}
🔗 Explore similar color palettes
Muted Brown color palette created on .