Muted Elegance Color Palette

Discover the beautiful Muted Elegance color palette featuring bison hide (#c0c0a0), roti (#b6ae3e), emperor (#4f4f4f), pine glade (#d1d19f) and roti (#c1b13e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlack, Earthy, Elegant, Gray, Modern, Neutral, Sage, 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 Elegance palette

Share this palette to:

💻 Muted Elegance color palette CSS

/* CSS */
.color-1 {
color: #c0c0a0;
}
.color-2 {
color: #b6ae3e;
}
.color-3 {
color: #4f4f4f;
}
.color-4 {
color: #d1d19f;
}
.color-5 {
color: #c1b13e;
}

/* CSS Variables */
:root {
--color-1: #c0c0a0;
--color-2: #b6ae3e;
--color-3: #4f4f4f;
--color-4: #d1d19f;
--color-5: #c1b13e;
}

🌈 Muted Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c0c0a0, #b6ae3e, #4f4f4f, #d1d19f, #c1b13e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c0c0a0, #b6ae3e, #4f4f4f, #d1d19f, #c1b13e);
}

Muted Elegance color palette created on .