Fairy Magic Color Palette
Discover the beautiful Fairy Magic color palette featuring light orchid (#eab8e4), light wisteria (#d59ee5), regent st blue (#a8d3e1), celadon (#b8e2a2) and primrose (#f1e6a7).
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 Magic palette
💻 Fairy Magic color palette CSS
/* CSS */
.color-1 {
color: #eab8e4;
}
.color-2 {
color: #d59ee5;
}
.color-3 {
color: #a8d3e1;
}
.color-4 {
color: #b8e2a2;
}
.color-5 {
color: #f1e6a7;
}
/* CSS Variables */
:root {
--color-1: #eab8e4;
--color-2: #d59ee5;
--color-3: #a8d3e1;
--color-4: #b8e2a2;
--color-5: #f1e6a7;
} 🌈 Fairy Magic background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab8e4, #d59ee5, #a8d3e1, #b8e2a2, #f1e6a7);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab8e4, #d59ee5, #a8d3e1, #b8e2a2, #f1e6a7);
} 🔗 Explore similar color palettes
Fairy Magic color palette created on .