Moon Goddess Color Palette
Discover the beautiful Moon Goddess color palette featuring wisteria (#a66eaa), east side (#c0a3d2), melanie (#e5c3e1), vanilla ice (#f2d4d4) and givry (#f9e7c3).
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: #a66eaa;
}
.color-2 {
color: #c0a3d2;
}
.color-3 {
color: #e5c3e1;
}
.color-4 {
color: #f2d4d4;
}
.color-5 {
color: #f9e7c3;
}
/* CSS Variables */
:root {
--color-1: #a66eaa;
--color-2: #c0a3d2;
--color-3: #e5c3e1;
--color-4: #f2d4d4;
--color-5: #f9e7c3;
} 🌈 Moon Goddess background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a66eaa, #c0a3d2, #e5c3e1, #f2d4d4, #f9e7c3);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a66eaa, #c0a3d2, #e5c3e1, #f2d4d4, #f9e7c3);
} 🔗 Explore similar color palettes
Moon Goddess color palette created on .