Loona Color Palette
Discover the beautiful Loona color palette featuring prelude (#d1c3e9), cold purple (#b59edb), fuchsia blue (#7e56c2), purple heart (#5e35b1) and persian indigo (#49148a).
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: #d1c3e9;
}
.color-2 {
color: #b59edb;
}
.color-3 {
color: #7e56c2;
}
.color-4 {
color: #5e35b1;
}
.color-5 {
color: #49148a;
}
/* CSS Variables */
:root {
--color-1: #d1c3e9;
--color-2: #b59edb;
--color-3: #7e56c2;
--color-4: #5e35b1;
--color-5: #49148a;
}
🌈 Loona background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1c3e9, #b59edb, #7e56c2, #5e35b1, #49148a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1c3e9, #b59edb, #7e56c2, #5e35b1, #49148a);
}
🔗 Explore similar color palettes
Loona color palette created on .