Lunar Glow Color Palette
Discover the beautiful Lunar Glow color palette featuring periwinkle gray (#c1c5e1), rock blue (#a1b3d4), polo blue (#7d9cc5), ship cove (#717cbc) and kashmir blue (#4f608c).
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 Glow palette
💻 Lunar Glow color palette CSS
/* CSS */
.color-1 {
color: #c1c5e1;
}
.color-2 {
color: #a1b3d4;
}
.color-3 {
color: #7d9cc5;
}
.color-4 {
color: #717cbc;
}
.color-5 {
color: #4f608c;
}
/* CSS Variables */
:root {
--color-1: #c1c5e1;
--color-2: #a1b3d4;
--color-3: #7d9cc5;
--color-4: #717cbc;
--color-5: #4f608c;
} 🌈 Lunar Glow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c1c5e1, #a1b3d4, #7d9cc5, #717cbc, #4f608c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c1c5e1, #a1b3d4, #7d9cc5, #717cbc, #4f608c);
} 🔗 Explore similar color palettes
Lunar Glow color palette created on .