Muted Elegance Color Palette

Discover the beautiful Muted Elegance color palette featuring coffee bean (#220b0c), eggplant (#624247), shady lady (#a1989f), ship gray (#3e3d42) and crown of thorns (#6c1f22).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBurgundy, Dark, Deep, Earthy, Gray, Modern, Neutral, Red, Soft 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: #220b0c;
}
.color-2 {
color: #624247;
}
.color-3 {
color: #a1989f;
}
.color-4 {
color: #3e3d42;
}
.color-5 {
color: #6c1f22;
}

/* CSS Variables */
:root {
--color-1: #220b0c;
--color-2: #624247;
--color-3: #a1989f;
--color-4: #3e3d42;
--color-5: #6c1f22;
}

🌈 Muted Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #220b0c, #624247, #a1989f, #3e3d42, #6c1f22);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #220b0c, #624247, #a1989f, #3e3d42, #6c1f22);
}

Muted Elegance color palette created on .