Moon Goddess Color Palette
Discover the beautiful Moon Goddess color palette featuring blue haze (#d8d0e2), light wisteria (#c2a2d7), purple mountain's majesty (#a97cb1), affair (#8b4e97) and eminence (#6b2e7f).
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 Moon Goddess palette
💻 Moon Goddess color palette CSS
/* CSS */
.color-1 {
color: #d8d0e2;
}
.color-2 {
color: #c2a2d7;
}
.color-3 {
color: #a97cb1;
}
.color-4 {
color: #8b4e97;
}
.color-5 {
color: #6b2e7f;
}
/* CSS Variables */
:root {
--color-1: #d8d0e2;
--color-2: #c2a2d7;
--color-3: #a97cb1;
--color-4: #8b4e97;
--color-5: #6b2e7f;
} 🌈 Moon Goddess background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8d0e2, #c2a2d7, #a97cb1, #8b4e97, #6b2e7f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8d0e2, #c2a2d7, #a97cb1, #8b4e97, #6b2e7f);
} 🔗 Explore similar color palettes
Moon Goddess color palette created on .