Discover the beautiful Lunar Lullaby color palette featuring victoria (#4b4c9b), blue violet (#696eba), cold purple (#9ea1d6), moon raker (#d4d5f7) and zircon (#f0f3ff).
Lunar Lullaby Color Palette
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with color palettes and combinations.
💡 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
Explore how the Lunar Lullaby palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with Lunar Lullaby palette
💻 Lunar Lullaby color palette CSS
/* CSS */
.color-1 {
color: #4b4c9b;
}
.color-2 {
color: #696eba;
}
.color-3 {
color: #9ea1d6;
}
.color-4 {
color: #d4d5f7;
}
.color-5 {
color: #f0f3ff;
}
/* CSS Variables */
:root {
--color-1: #4b4c9b;
--color-2: #696eba;
--color-3: #9ea1d6;
--color-4: #d4d5f7;
--color-5: #f0f3ff;
}
🌈 Lunar Lullaby background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b4c9b, #696eba, #9ea1d6, #d4d5f7, #f0f3ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b4c9b, #696eba, #9ea1d6, #d4d5f7, #f0f3ff);
}
🔗 Explore similar color palettes
Lunar Lullaby color palette created on .