Muted Earth Color Palette

Discover the beautiful Muted Earth color palette featuring pavlova (#d6c29f), mongoose (#b8a97f), thatch (#b7a79f), eagle (#b7b79f) and yuma (#d0c49a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Beige, Brown, Earthy, Light, Muted, Neutral, Sage, Soft, Warm 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 Earth palette

Share this palette to:

💻 Muted Earth color palette CSS

/* CSS */
.color-1 {
color: #d6c29f;
}
.color-2 {
color: #b8a97f;
}
.color-3 {
color: #b7a79f;
}
.color-4 {
color: #b7b79f;
}
.color-5 {
color: #d0c49a;
}

/* CSS Variables */
:root {
--color-1: #d6c29f;
--color-2: #b8a97f;
--color-3: #b7a79f;
--color-4: #b7b79f;
--color-5: #d0c49a;
}

🌈 Muted Earth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6c29f, #b8a97f, #b7a79f, #b7b79f, #d0c49a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6c29f, #b8a97f, #b7a79f, #b7b79f, #d0c49a);
}

Muted Earth color palette created on .