Muted Harmony Color Palette

Discover the beautiful Muted Harmony color palette featuring coral tree (#ab735f), toast (#9e7b67), patina (#5f9590), bismark (#4d7480) and william (#3d5c6b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withEarthy, Brown, Teal, Blue, Green, Warm, Autumn, Muted, Coastal, Modern color palettes and combinations.

💡 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 Harmony palette

Share this palette to:

💻 Muted Harmony color palette CSS

/* CSS */
.color-1 {
color: #ab735f;
}
.color-2 {
color: #9e7b67;
}
.color-3 {
color: #5f9590;
}
.color-4 {
color: #4d7480;
}
.color-5 {
color: #3d5c6b;
}

/* CSS Variables */
:root {
--color-1: #ab735f;
--color-2: #9e7b67;
--color-3: #5f9590;
--color-4: #4d7480;
--color-5: #3d5c6b;
}

🌈 Muted Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ab735f, #9e7b67, #5f9590, #4d7480, #3d5c6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ab735f, #9e7b67, #5f9590, #4d7480, #3d5c6b);
}

Muted Harmony color palette created on .