Muted Peach Color Palette
Discover the beautiful Muted Peach color palette featuring manhattan (#f7c5a1), brandy (#e0b59e), eunry (#d2a198), oriental pink (#c49a8d) and brandy rose (#b38c80).
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 Peach palette
💻 Muted Peach color palette CSS
/* CSS */
.color-1 {
color: #f7c5a1;
}
.color-2 {
color: #e0b59e;
}
.color-3 {
color: #d2a198;
}
.color-4 {
color: #c49a8d;
}
.color-5 {
color: #b38c80;
}
/* CSS Variables */
:root {
--color-1: #f7c5a1;
--color-2: #e0b59e;
--color-3: #d2a198;
--color-4: #c49a8d;
--color-5: #b38c80;
} 🌈 Muted Peach background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5a1, #e0b59e, #d2a198, #c49a8d, #b38c80);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5a1, #e0b59e, #d2a198, #c49a8d, #b38c80);
} 🔗 Explore similar color palettes
Muted Peach color palette created on .