Muted Mauve Color Palette

Discover the beautiful Muted Mauve color palette featuring mortar (#4d3a50), falcon (#7f5c73), lily (#c4a1b3), new orleans (#f1d7a7) and casablanca (#f5bf4d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withEarthy, Autumn, Neutral, 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 Mauve palette

Share this palette to:

💻 Muted Mauve color palette CSS

/* CSS */
.color-1 {
color: #4d3a50;
}
.color-2 {
color: #7f5c73;
}
.color-3 {
color: #c4a1b3;
}
.color-4 {
color: #f1d7a7;
}
.color-5 {
color: #f5bf4d;
}

/* CSS Variables */
:root {
--color-1: #4d3a50;
--color-2: #7f5c73;
--color-3: #c4a1b3;
--color-4: #f1d7a7;
--color-5: #f5bf4d;
}

🌈 Muted Mauve background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d3a50, #7f5c73, #c4a1b3, #f1d7a7, #f5bf4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d3a50, #7f5c73, #c4a1b3, #f1d7a7, #f5bf4d);
}

Muted Mauve color palette created on .