Mauvelous Pink Color Palette

Discover the beautiful Mauvelous Pink color palette featuring mauvelous (#f08fa7), deep blush (#e5809e), charm (#d66b89), fuzzy wuzzy brown (#c55974) and cadillac (#b34d66).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPink, Bright, Fun, Aesthetic, 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 Mauvelous Pink palette

Share this palette to:

💻 Mauvelous Pink color palette CSS

/* CSS */
.color-1 {
color: #f08fa7;
}
.color-2 {
color: #e5809e;
}
.color-3 {
color: #d66b89;
}
.color-4 {
color: #c55974;
}
.color-5 {
color: #b34d66;
}

/* CSS Variables */
:root {
--color-1: #f08fa7;
--color-2: #e5809e;
--color-3: #d66b89;
--color-4: #c55974;
--color-5: #b34d66;
}

🌈 Mauvelous Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f08fa7, #e5809e, #d66b89, #c55974, #b34d66);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f08fa7, #e5809e, #d66b89, #c55974, #b34d66);
}

Mauvelous Pink color palette created on .