Midnight Fairy Glow Color Palette
Discover the beautiful Midnight Fairy Glow color palette featuring indigo (#5f64d1), chetwode blue (#8a88de), biloba flower (#af9eea), moon raker (#d9bef1) and amour (#f9e6f2).
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 Midnight Fairy Glow palette
💻 Midnight Fairy Glow color palette CSS
/* CSS */
.color-1 {
color: #5f64d1;
}
.color-2 {
color: #8a88de;
}
.color-3 {
color: #af9eea;
}
.color-4 {
color: #d9bef1;
}
.color-5 {
color: #f9e6f2;
}
/* CSS Variables */
:root {
--color-1: #5f64d1;
--color-2: #8a88de;
--color-3: #af9eea;
--color-4: #d9bef1;
--color-5: #f9e6f2;
} 🌈 Midnight Fairy Glow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5f64d1, #8a88de, #af9eea, #d9bef1, #f9e6f2);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5f64d1, #8a88de, #af9eea, #d9bef1, #f9e6f2);
} 🔗 Explore similar color palettes
Midnight Fairy Glow color palette created on .