Muted Pink Color Palette

Discover the beautiful Muted Pink color palette featuring melanie (#e3b5d0), soft amber (#d6c9b8), jagged ice (#b7e1d7), cashmere (#e8c7a1) and wewak (#f1a7b1).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Feminine, Pastel, Soft, Spring 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 Pink palette

Share this palette to:

💻 Muted Pink color palette CSS

/* CSS */
.color-1 {
color: #e3b5d0;
}
.color-2 {
color: #d6c9b8;
}
.color-3 {
color: #b7e1d7;
}
.color-4 {
color: #e8c7a1;
}
.color-5 {
color: #f1a7b1;
}

/* CSS Variables */
:root {
--color-1: #e3b5d0;
--color-2: #d6c9b8;
--color-3: #b7e1d7;
--color-4: #e8c7a1;
--color-5: #f1a7b1;
}

🌈 Muted Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3b5d0, #d6c9b8, #b7e1d7, #e8c7a1, #f1a7b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3b5d0, #d6c9b8, #b7e1d7, #e8c7a1, #f1a7b1);
}

Muted Pink color palette created on .