Muted Rose Color Palette

Discover the beautiful Muted Rose color palette featuring matterhorn (#4b3c3a), spicy pink (#7b6c6b), thatch (#bda4a3), cavern pink (#e9c5c3) and pot pourri (#f5e2e0).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Muted Rose color palette CSS

/* CSS */
.color-1 {
color: #4b3c3a;
}
.color-2 {
color: #7b6c6b;
}
.color-3 {
color: #bda4a3;
}
.color-4 {
color: #e9c5c3;
}
.color-5 {
color: #f5e2e0;
}

/* CSS Variables */
:root {
--color-1: #4b3c3a;
--color-2: #7b6c6b;
--color-3: #bda4a3;
--color-4: #e9c5c3;
--color-5: #f5e2e0;
}

🌈 Muted Rose background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3c3a, #7b6c6b, #bda4a3, #e9c5c3, #f5e2e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3c3a, #7b6c6b, #bda4a3, #e9c5c3, #f5e2e0);
}

Muted Rose color palette created on .