Luna Color Palette
Discover the beautiful Luna color palette featuring melanie (#e3bad2), tapestry (#a9609b), affair (#6b4a8c), east bay (#4b3f73) and jacarta (#2c2960).
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 Luna palette
💻 Luna color palette CSS
/* CSS */
.color-1 {
color: #e3bad2;
}
.color-2 {
color: #a9609b;
}
.color-3 {
color: #6b4a8c;
}
.color-4 {
color: #4b3f73;
}
.color-5 {
color: #2c2960;
}
/* CSS Variables */
:root {
--color-1: #e3bad2;
--color-2: #a9609b;
--color-3: #6b4a8c;
--color-4: #4b3f73;
--color-5: #2c2960;
} 🌈 Luna background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3bad2, #a9609b, #6b4a8c, #4b3f73, #2c2960);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3bad2, #a9609b, #6b4a8c, #4b3f73, #2c2960);
} 🔗 Explore similar color palettes
Luna color palette created on .