Muted Heart Color Palette

Discover the beautiful Muted Heart color palette featuring cannon pink (#8b4b6d), bouquet (#b68b9d), beauty bush (#f1c6c8), parchment (#f2e1d4) and white linen (#f9f0eb).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withCream, Earthy, Light, Muted, Pink, 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 Heart palette

Share this palette to:

💻 Muted Heart color palette CSS

/* CSS */
.color-1 {
color: #8b4b6d;
}
.color-2 {
color: #b68b9d;
}
.color-3 {
color: #f1c6c8;
}
.color-4 {
color: #f2e1d4;
}
.color-5 {
color: #f9f0eb;
}

/* CSS Variables */
:root {
--color-1: #8b4b6d;
--color-2: #b68b9d;
--color-3: #f1c6c8;
--color-4: #f2e1d4;
--color-5: #f9f0eb;
}

🌈 Muted Heart background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8b4b6d, #b68b9d, #f1c6c8, #f2e1d4, #f9f0eb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8b4b6d, #b68b9d, #f1c6c8, #f2e1d4, #f9f0eb);
}

Muted Heart color palette created on .