Candy Blossom Color Palette

Discover the beautiful Candy Blossom color palette featuring pastel pink (#ffd1dc), cotton candy (#ffb3e4), pink salmon (#ff99aa), brink pink (#ff7081) and radical red (#ff3d6e).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Candy Blossom color palette CSS

/* CSS */
.color-1 {
color: #ffd1dc;
}
.color-2 {
color: #ffb3e4;
}
.color-3 {
color: #ff99aa;
}
.color-4 {
color: #ff7081;
}
.color-5 {
color: #ff3d6e;
}

/* CSS Variables */
:root {
--color-1: #ffd1dc;
--color-2: #ffb3e4;
--color-3: #ff99aa;
--color-4: #ff7081;
--color-5: #ff3d6e;
}

🌈 Candy Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffd1dc, #ffb3e4, #ff99aa, #ff7081, #ff3d6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffd1dc, #ffb3e4, #ff99aa, #ff7081, #ff3d6e);
}

Candy Blossom color palette created on .