Muted Pink Bookworm Color Palette

Discover the beautiful Muted Pink Bookworm color palette featuring mamba (#8f7d9b), lily (#c3a2bf), buff (#f0d88a), rose bud (#f9b5a4) and rum (#6b5e82).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Beige, Pink, Soft, Muted 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 Bookworm palette

Share this palette to:

💻 Muted Pink Bookworm color palette CSS

/* CSS */
.color-1 {
color: #8f7d9b;
}
.color-2 {
color: #c3a2bf;
}
.color-3 {
color: #f0d88a;
}
.color-4 {
color: #f9b5a4;
}
.color-5 {
color: #6b5e82;
}

/* CSS Variables */
:root {
--color-1: #8f7d9b;
--color-2: #c3a2bf;
--color-3: #f0d88a;
--color-4: #f9b5a4;
--color-5: #6b5e82;
}

🌈 Muted Pink Bookworm background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8f7d9b, #c3a2bf, #f0d88a, #f9b5a4, #6b5e82);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8f7d9b, #c3a2bf, #f0d88a, #f9b5a4, #6b5e82);
}

Muted Pink Bookworm color palette created on .