Cotton Candy Dreamscape Color Palette
Discover the beautiful Cotton Candy Dreamscape color palette featuring azalea (#f9d1e1), azalea (#f7c1d2), chantilly (#f6c3e8), moon raker (#ebc7f5) and french lilac (#eadbf6).
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 Dreamscape palette
💻 Cotton Candy Dreamscape color palette CSS
/* CSS */
.color-1 {
color: #f9d1e1;
}
.color-2 {
color: #f7c1d2;
}
.color-3 {
color: #f6c3e8;
}
.color-4 {
color: #ebc7f5;
}
.color-5 {
color: #eadbf6;
}
/* CSS Variables */
:root {
--color-1: #f9d1e1;
--color-2: #f7c1d2;
--color-3: #f6c3e8;
--color-4: #ebc7f5;
--color-5: #eadbf6;
} 🌈 Cotton Candy Dreamscape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d1e1, #f7c1d2, #f6c3e8, #ebc7f5, #eadbf6);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d1e1, #f7c1d2, #f6c3e8, #ebc7f5, #eadbf6);
} 🔗 Explore similar color palettes
Cotton Candy Dreamscape color palette created on .