Loona Color Palette
Discover the beautiful Loona color palette featuring moon raker (#e9d3f7), moon raker (#dcb9f3), lavender (#bf7fe8), medium purple (#ae65e3) and purple heart (#a43ad5).
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 Loona palette
💻 Loona color palette CSS
/* CSS */
.color-1 {
color: #e9d3f7;
}
.color-2 {
color: #dcb9f3;
}
.color-3 {
color: #bf7fe8;
}
.color-4 {
color: #ae65e3;
}
.color-5 {
color: #a43ad5;
}
/* CSS Variables */
:root {
--color-1: #e9d3f7;
--color-2: #dcb9f3;
--color-3: #bf7fe8;
--color-4: #ae65e3;
--color-5: #a43ad5;
} 🌈 Loona background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9d3f7, #dcb9f3, #bf7fe8, #ae65e3, #a43ad5);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9d3f7, #dcb9f3, #bf7fe8, #ae65e3, #a43ad5);
} 🔗 Explore similar color palettes
Loona color palette created on .