Cotton Candy Pink Color Palette

Discover the beautiful Cotton Candy Pink color palette featuring cotton candy (#ffb3db), pink salmon (#ff8ab9), tickle me pink (#ff709b), wild watermelon (#ff4d7c) and radical red (#ff295e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPink, Bright, Fun, 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 Cotton Candy Pink palette

Share this palette to:

💻 Cotton Candy Pink color palette CSS

/* CSS */
.color-1 {
color: #ffb3db;
}
.color-2 {
color: #ff8ab9;
}
.color-3 {
color: #ff709b;
}
.color-4 {
color: #ff4d7c;
}
.color-5 {
color: #ff295e;
}

/* CSS Variables */
:root {
--color-1: #ffb3db;
--color-2: #ff8ab9;
--color-3: #ff709b;
--color-4: #ff4d7c;
--color-5: #ff295e;
}

🌈 Cotton Candy Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3db, #ff8ab9, #ff709b, #ff4d7c, #ff295e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3db, #ff8ab9, #ff709b, #ff4d7c, #ff295e);
}

Cotton Candy Pink color palette created on .