Cotton Candy Dream Color Palette
Discover the beautiful Cotton Candy Dream color palette featuring cotton candy (#ffb8d5), carnation pink (#ff9ec0), tickle me pink (#ff80b0), hot pink (#ff61a0) and wild strawberry (#ff3d8b).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withBright, Cotton Candy, Fun, Pink, Soft, Spring, Summer, Vibrant 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 Dream palette
💻 Cotton Candy Dream color palette CSS
/* CSS */
.color-1 {
color: #ffb8d5;
}
.color-2 {
color: #ff9ec0;
}
.color-3 {
color: #ff80b0;
}
.color-4 {
color: #ff61a0;
}
.color-5 {
color: #ff3d8b;
}
/* CSS Variables */
:root {
--color-1: #ffb8d5;
--color-2: #ff9ec0;
--color-3: #ff80b0;
--color-4: #ff61a0;
--color-5: #ff3d8b;
} 🌈 Cotton Candy Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb8d5, #ff9ec0, #ff80b0, #ff61a0, #ff3d8b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb8d5, #ff9ec0, #ff80b0, #ff61a0, #ff3d8b);
} 🔗 Explore similar color palettes
Cotton Candy Dream color palette created on .