Red Moonlight Color Palette
Discover the beautiful Red Moonlight color palette featuring rustic red (#480404), dark tan (#6e0d0d), roof terracotta (#b01c1c), mandy (#e8615e) and apricot (#e97b77).
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 Red Moonlight palette
💻 Red Moonlight color palette CSS
/* CSS */
.color-1 {
color: #480404;
}
.color-2 {
color: #6e0d0d;
}
.color-3 {
color: #b01c1c;
}
.color-4 {
color: #e8615e;
}
.color-5 {
color: #e97b77;
}
/* CSS Variables */
:root {
--color-1: #480404;
--color-2: #6e0d0d;
--color-3: #b01c1c;
--color-4: #e8615e;
--color-5: #e97b77;
}
🌈 Red Moonlight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #480404, #6e0d0d, #b01c1c, #e8615e, #e97b77);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #480404, #6e0d0d, #b01c1c, #e8615e, #e97b77);
}
🔗 Explore similar color palettes
Red Moonlight color palette created on .