Muted Red Color Palette
Discover the beautiful Muted Red color palette featuring manhattan (#f5b6a3), tonys pink (#e69a8e), new york pink (#d5897b), turkish rose (#b76c6f) and ferra (#704c55).
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 Red palette
💻 Muted Red color palette CSS
/* CSS */
.color-1 {
color: #f5b6a3;
}
.color-2 {
color: #e69a8e;
}
.color-3 {
color: #d5897b;
}
.color-4 {
color: #b76c6f;
}
.color-5 {
color: #704c55;
}
/* CSS Variables */
:root {
--color-1: #f5b6a3;
--color-2: #e69a8e;
--color-3: #d5897b;
--color-4: #b76c6f;
--color-5: #704c55;
}
🌈 Muted Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b6a3, #e69a8e, #d5897b, #b76c6f, #704c55);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b6a3, #e69a8e, #d5897b, #b76c6f, #704c55);
}
🔗 Explore similar color palettes
Muted Red color palette created on .