Lunar La Color Palette
Discover the beautiful Lunar La color palette featuring link water (#e1e7f5), periwinkle gray (#b8d1e5), casper (#a9bfd0), fountain blue (#62abbc) and wedgewood (#437d98).
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 Lunar La palette
💻 Lunar La color palette CSS
/* CSS */
.color-1 {
color: #e1e7f5;
}
.color-2 {
color: #b8d1e5;
}
.color-3 {
color: #a9bfd0;
}
.color-4 {
color: #62abbc;
}
.color-5 {
color: #437d98;
}
/* CSS Variables */
:root {
--color-1: #e1e7f5;
--color-2: #b8d1e5;
--color-3: #a9bfd0;
--color-4: #62abbc;
--color-5: #437d98;
} 🌈 Lunar La background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1e7f5, #b8d1e5, #a9bfd0, #62abbc, #437d98);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1e7f5, #b8d1e5, #a9bfd0, #62abbc, #437d98);
} 🔗 Explore similar color palettes
Lunar La color palette created on .