Lunar Blush Color Palette
Discover the beautiful Lunar Blush color palette featuring cinderella (#fce4df), wewak (#f1a7bc), apricot (#f18a88), mandy (#e45e76) and blush (#b94b63).
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 Blush palette
💻 Lunar Blush color palette CSS
/* CSS */
.color-1 {
color: #fce4df;
}
.color-2 {
color: #f1a7bc;
}
.color-3 {
color: #f18a88;
}
.color-4 {
color: #e45e76;
}
.color-5 {
color: #b94b63;
}
/* CSS Variables */
:root {
--color-1: #fce4df;
--color-2: #f1a7bc;
--color-3: #f18a88;
--color-4: #e45e76;
--color-5: #b94b63;
} 🌈 Lunar Blush background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fce4df, #f1a7bc, #f18a88, #e45e76, #b94b63);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fce4df, #f1a7bc, #f18a88, #e45e76, #b94b63);
} 🔗 Explore similar color palettes
Lunar Blush color palette created on .