Pink Magnolia Color Palette

Discover the beautiful Pink Magnolia color palette featuring prim (#f0e0e5), azalea (#f9c8cf), illusion (#f8a5b1), froly (#f57f8f) and carnation (#f45d6e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withSoft, Bright, Pink, Flower, 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 Pink Magnolia palette

Share this palette to:

💻 Pink Magnolia color palette CSS

/* CSS */
.color-1 {
color: #f0e0e5;
}
.color-2 {
color: #f9c8cf;
}
.color-3 {
color: #f8a5b1;
}
.color-4 {
color: #f57f8f;
}
.color-5 {
color: #f45d6e;
}

/* CSS Variables */
:root {
--color-1: #f0e0e5;
--color-2: #f9c8cf;
--color-3: #f8a5b1;
--color-4: #f57f8f;
--color-5: #f45d6e;
}

🌈 Pink Magnolia background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e0e5, #f9c8cf, #f8a5b1, #f57f8f, #f45d6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e0e5, #f9c8cf, #f8a5b1, #f57f8f, #f45d6e);
}

Pink Magnolia color palette created on .