Луна Color Palette
Discover the beautiful Луна color palette featuring prelude (#d3c2e0), cold purple (#a3a1d9), danube (#5e89d4), san marino (#3f6e9d) and astronaut (#2b4c7d).
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 Луна palette
💻 Луна color palette CSS
/* CSS */
.color-1 {
color: #d3c2e0;
}
.color-2 {
color: #a3a1d9;
}
.color-3 {
color: #5e89d4;
}
.color-4 {
color: #3f6e9d;
}
.color-5 {
color: #2b4c7d;
}
/* CSS Variables */
:root {
--color-1: #d3c2e0;
--color-2: #a3a1d9;
--color-3: #5e89d4;
--color-4: #3f6e9d;
--color-5: #2b4c7d;
}
🌈 Луна background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3c2e0, #a3a1d9, #5e89d4, #3f6e9d, #2b4c7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3c2e0, #a3a1d9, #5e89d4, #3f6e9d, #2b4c7d);
}
🔗 Explore similar color palettes
Луна color palette created on .