Fairy Dreams Color Palette
Discover the beautiful Fairy Dreams color palette featuring wisp pink (#fce4eb), chantilly (#f9c3d8), kobi (#efb3da), melanie (#e9bee2) and french lilac (#dfc4ed).
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 Fairy Dreams palette
💻 Fairy Dreams color palette CSS
/* CSS */
.color-1 {
color: #fce4eb;
}
.color-2 {
color: #f9c3d8;
}
.color-3 {
color: #efb3da;
}
.color-4 {
color: #e9bee2;
}
.color-5 {
color: #dfc4ed;
}
/* CSS Variables */
:root {
--color-1: #fce4eb;
--color-2: #f9c3d8;
--color-3: #efb3da;
--color-4: #e9bee2;
--color-5: #dfc4ed;
} 🌈 Fairy Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fce4eb, #f9c3d8, #efb3da, #e9bee2, #dfc4ed);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fce4eb, #f9c3d8, #efb3da, #e9bee2, #dfc4ed);
} 🔗 Explore similar color palettes
Fairy Dreams color palette created on .