Fairy Dreamlight Color Palette
Discover the beautiful Fairy Dreamlight color palette featuring blue chalk (#f1e5ff), prelude (#dac5e9), wistful (#ada8d8), romantic (#ffd5b9) and sundown (#ffb9bc).
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 Dreamlight palette
💻 Fairy Dreamlight color palette CSS
/* CSS */
.color-1 {
color: #f1e5ff;
}
.color-2 {
color: #dac5e9;
}
.color-3 {
color: #ada8d8;
}
.color-4 {
color: #ffd5b9;
}
.color-5 {
color: #ffb9bc;
}
/* CSS Variables */
:root {
--color-1: #f1e5ff;
--color-2: #dac5e9;
--color-3: #ada8d8;
--color-4: #ffd5b9;
--color-5: #ffb9bc;
} 🌈 Fairy Dreamlight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1e5ff, #dac5e9, #ada8d8, #ffd5b9, #ffb9bc);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1e5ff, #dac5e9, #ada8d8, #ffd5b9, #ffb9bc);
} 🔗 Explore similar color palettes
Fairy Dreamlight color palette created on .