Moonlight Dream Color Palette
Discover the beautiful Moonlight Dream color palette featuring snuff (#e0d6f0), dull lavender (#baa4e5), blue marguerite (#7b6abe), butterfly bush (#5d4b8b) and jacarta (#3d2b5f).
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 Moonlight Dream palette
💻 Moonlight Dream color palette CSS
/* CSS */
.color-1 {
color: #e0d6f0;
}
.color-2 {
color: #baa4e5;
}
.color-3 {
color: #7b6abe;
}
.color-4 {
color: #5d4b8b;
}
.color-5 {
color: #3d2b5f;
}
/* CSS Variables */
:root {
--color-1: #e0d6f0;
--color-2: #baa4e5;
--color-3: #7b6abe;
--color-4: #5d4b8b;
--color-5: #3d2b5f;
} 🌈 Moonlight Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0d6f0, #baa4e5, #7b6abe, #5d4b8b, #3d2b5f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0d6f0, #baa4e5, #7b6abe, #5d4b8b, #3d2b5f);
} 🔗 Explore similar color palettes
Moonlight Dream color palette created on .