Lunar Delicacies Color Palette
Discover the beautiful Lunar Delicacies color palette featuring melanie (#e2c5d3), london hue (#b1a2c3), waterloo (#7b7f9d), kashmir blue (#4f5c8c) and rhino (#2b3e64).
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 Delicacies palette
💻 Lunar Delicacies color palette CSS
/* CSS */
.color-1 {
color: #e2c5d3;
}
.color-2 {
color: #b1a2c3;
}
.color-3 {
color: #7b7f9d;
}
.color-4 {
color: #4f5c8c;
}
.color-5 {
color: #2b3e64;
}
/* CSS Variables */
:root {
--color-1: #e2c5d3;
--color-2: #b1a2c3;
--color-3: #7b7f9d;
--color-4: #4f5c8c;
--color-5: #2b3e64;
} 🌈 Lunar Delicacies background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2c5d3, #b1a2c3, #7b7f9d, #4f5c8c, #2b3e64);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2c5d3, #b1a2c3, #7b7f9d, #4f5c8c, #2b3e64);
} 🔗 Explore similar color palettes
Lunar Delicacies color palette created on .