Cotton Candy Dreams Color Palette

Discover the beautiful Cotton Candy Dreams color palette featuring tickle me pink (#ff809b), cotton candy (#ffb3d6), pink lace (#ffccf2), carnation pink (#ff9ebb) and wild watermelon (#ff5c87).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Cotton Candy Dreams color palette CSS

/* CSS */
.color-1 {
color: #ff809b;
}
.color-2 {
color: #ffb3d6;
}
.color-3 {
color: #ffccf2;
}
.color-4 {
color: #ff9ebb;
}
.color-5 {
color: #ff5c87;
}

/* CSS Variables */
:root {
--color-1: #ff809b;
--color-2: #ffb3d6;
--color-3: #ffccf2;
--color-4: #ff9ebb;
--color-5: #ff5c87;
}

🌈 Cotton Candy Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff809b, #ffb3d6, #ffccf2, #ff9ebb, #ff5c87);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff809b, #ffb3d6, #ffccf2, #ff9ebb, #ff5c87);
}

Cotton Candy Dreams color palette created on .