Lunar Color Palette
Discover the beautiful Lunar color palette featuring zumthor (#e0e8ff), melrose (#a6b5fc), portage (#828df8), cornflower blue (#6366f2) and royal blue (#5048e5).
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 palette
💻 Lunar color palette CSS
/* CSS */
.color-1 {
color: #e0e8ff;
}
.color-2 {
color: #a6b5fc;
}
.color-3 {
color: #828df8;
}
.color-4 {
color: #6366f2;
}
.color-5 {
color: #5048e5;
}
/* CSS Variables */
:root {
--color-1: #e0e8ff;
--color-2: #a6b5fc;
--color-3: #828df8;
--color-4: #6366f2;
--color-5: #5048e5;
}
🌈 Lunar background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0e8ff, #a6b5fc, #828df8, #6366f2, #5048e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0e8ff, #a6b5fc, #828df8, #6366f2, #5048e5);
}
🔗 Explore similar color palettes
Lunar color palette created on .