Lunar Blue Color Palette
Discover the beautiful Lunar Blue color palette featuring periwinkle (#ceccff), mabel (#d6f1ff), anakiwa (#adebff), malibu (#85c2ff) and cornflower blue (#7086f5).
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 Blue palette
💻 Lunar Blue color palette CSS
/* CSS */
.color-1 {
color: #ceccff;
}
.color-2 {
color: #d6f1ff;
}
.color-3 {
color: #adebff;
}
.color-4 {
color: #85c2ff;
}
.color-5 {
color: #7086f5;
}
/* CSS Variables */
:root {
--color-1: #ceccff;
--color-2: #d6f1ff;
--color-3: #adebff;
--color-4: #85c2ff;
--color-5: #7086f5;
} 🌈 Lunar Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ceccff, #d6f1ff, #adebff, #85c2ff, #7086f5);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ceccff, #d6f1ff, #adebff, #85c2ff, #7086f5);
} 🔗 Explore similar color palettes
Lunar Blue color palette created on .