Pink Blossom Color Palette

Discover the beautiful Pink Blossom color palette featuring pig pink (#fddce2), pastel pink (#fed3de), your pink (#fec7c8), melon (#febbb5) and pink salmon (#fe9bae).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Coral, Feminine, Light, Peach, Pink, Soft, Vintage, Warm 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: #fddce2;
}
.color-2 {
color: #fed3de;
}
.color-3 {
color: #fec7c8;
}
.color-4 {
color: #febbb5;
}
.color-5 {
color: #fe9bae;
}

/* CSS Variables */
:root {
--color-1: #fddce2;
--color-2: #fed3de;
--color-3: #fec7c8;
--color-4: #febbb5;
--color-5: #fe9bae;
}

🌈 Pink Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fddce2, #fed3de, #fec7c8, #febbb5, #fe9bae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fddce2, #fed3de, #fec7c8, #febbb5, #fe9bae);
}

Pink Blossom color palette created on .