Cotton Candy Dreams Color Palette
Discover the beautiful Cotton Candy Dreams color palette featuring ice cold (#adeef5), cotton candy (#ffc5e4), lavender blush (#fff9fb), tutu (#ffeef6) and pink lace (#ffcfe9).
Brightness
Saturation
Warmth
💡 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
💻 Cotton Candy Dreams color palette CSS
/* CSS */
.color-1 {
color: #adeef5;
}
.color-2 {
color: #ffc5e4;
}
.color-3 {
color: #fff9fb;
}
.color-4 {
color: #ffeef6;
}
.color-5 {
color: #ffcfe9;
}
/* CSS Variables */
:root {
--color-1: #adeef5;
--color-2: #ffc5e4;
--color-3: #fff9fb;
--color-4: #ffeef6;
--color-5: #ffcfe9;
} 🌈 Cotton Candy Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #adeef5, #ffc5e4, #fff9fb, #ffeef6, #ffcfe9);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #adeef5, #ffc5e4, #fff9fb, #ffeef6, #ffcfe9);
} 🔗 Explore similar color palettes
Cotton Candy Dreams color palette created on .