Muted Earth Color Palette

Discover the beautiful Muted Earth color palette featuring oxley (#799a8e), powder ash (#b0bfb4), moon mist (#d4dac8), akaroa (#d6c2a4) and quicksand (#b89989).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Beige, Earthy, Green, Muted, Nature, Neutral, Soft, Vintage 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: #799a8e;
}
.color-2 {
color: #b0bfb4;
}
.color-3 {
color: #d4dac8;
}
.color-4 {
color: #d6c2a4;
}
.color-5 {
color: #b89989;
}

/* CSS Variables */
:root {
--color-1: #799a8e;
--color-2: #b0bfb4;
--color-3: #d4dac8;
--color-4: #d6c2a4;
--color-5: #b89989;
}

🌈 Muted Earth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #799a8e, #b0bfb4, #d4dac8, #d6c2a4, #b89989);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #799a8e, #b0bfb4, #d4dac8, #d6c2a4, #b89989);
}

Muted Earth color palette created on .