Lady of the Moon Color Palette
Discover the beautiful Lady of the Moon color palette featuring east bay (#4a4e82), regent gray (#7b8f9d), casper (#a7c1d2), prim (#f0e0f0) and melanie (#e3b5c9).
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 Lady of the Moon palette
💻 Lady of the Moon color palette CSS
/* CSS */
.color-1 {
color: #4a4e82;
}
.color-2 {
color: #7b8f9d;
}
.color-3 {
color: #a7c1d2;
}
.color-4 {
color: #f0e0f0;
}
.color-5 {
color: #e3b5c9;
}
/* CSS Variables */
:root {
--color-1: #4a4e82;
--color-2: #7b8f9d;
--color-3: #a7c1d2;
--color-4: #f0e0f0;
--color-5: #e3b5c9;
}
🌈 Lady of the Moon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a4e82, #7b8f9d, #a7c1d2, #f0e0f0, #e3b5c9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a4e82, #7b8f9d, #a7c1d2, #f0e0f0, #e3b5c9);
}
🔗 Explore similar color palettes
Lady of the Moon color palette created on .