Blossom Blush Color Palette

Discover the beautiful Blossom Blush color palette featuring mulberry (#c75c7f), can can (#d88db3), azalea (#f4c3da), we peep (#f8e2e7) and mona lisa (#ff9999).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Flower, Pink, 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 Blossom Blush palette

Share this palette to:

💻 Blossom Blush color palette CSS

/* CSS */
.color-1 {
color: #c75c7f;
}
.color-2 {
color: #d88db3;
}
.color-3 {
color: #f4c3da;
}
.color-4 {
color: #f8e2e7;
}
.color-5 {
color: #ff9999;
}

/* CSS Variables */
:root {
--color-1: #c75c7f;
--color-2: #d88db3;
--color-3: #f4c3da;
--color-4: #f8e2e7;
--color-5: #ff9999;
}

🌈 Blossom Blush background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c75c7f, #d88db3, #f4c3da, #f8e2e7, #ff9999);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c75c7f, #d88db3, #f4c3da, #f8e2e7, #ff9999);
}

Blossom Blush color palette created on .