Luna Color Palette
Discover the beautiful Luna color palette featuring daisy bush (#5926a6), fun blue (#1d459a), chathams blue (#134881), deep sea green (#0d4463) and downriver (#0b3556).
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: #5926a6;
}
.color-2 {
color: #1d459a;
}
.color-3 {
color: #134881;
}
.color-4 {
color: #0d4463;
}
.color-5 {
color: #0b3556;
}
/* CSS Variables */
:root {
--color-1: #5926a6;
--color-2: #1d459a;
--color-3: #134881;
--color-4: #0d4463;
--color-5: #0b3556;
}
🌈 Luna background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5926a6, #1d459a, #134881, #0d4463, #0b3556);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5926a6, #1d459a, #134881, #0d4463, #0b3556);
}
🔗 Explore similar color palettes
Luna color palette created on .