Pink Blossom Color Palette

Discover the beautiful Pink Blossom color palette featuring azalea (#f7c5d5), wewak (#f0a3b7), carissma (#ea8bb2), deep blush (#e56c9c) and charm (#d76090).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withFlower, Pink, Bright, Spring, Aesthetic 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 Blossom palette

Share this palette to:

💻 Pink Blossom color palette CSS

/* CSS */
.color-1 {
color: #f7c5d5;
}
.color-2 {
color: #f0a3b7;
}
.color-3 {
color: #ea8bb2;
}
.color-4 {
color: #e56c9c;
}
.color-5 {
color: #d76090;
}

/* CSS Variables */
:root {
--color-1: #f7c5d5;
--color-2: #f0a3b7;
--color-3: #ea8bb2;
--color-4: #e56c9c;
--color-5: #d76090;
}

🌈 Pink Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5d5, #f0a3b7, #ea8bb2, #e56c9c, #d76090);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5d5, #f0a3b7, #ea8bb2, #e56c9c, #d76090);
}

Pink Blossom color palette created on .