Moonless Night Color Palette
Discover the beautiful Moonless Night color palette featuring mirage (#1e1a2e), martinique (#3c2b50), victoria (#5a3e79), waterloo (#8a7b9d) and prelude (#d4cae7).
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 Moonless Night palette
💻 Moonless Night color palette CSS
/* CSS */
.color-1 {
color: #1e1a2e;
}
.color-2 {
color: #3c2b50;
}
.color-3 {
color: #5a3e79;
}
.color-4 {
color: #8a7b9d;
}
.color-5 {
color: #d4cae7;
}
/* CSS Variables */
:root {
--color-1: #1e1a2e;
--color-2: #3c2b50;
--color-3: #5a3e79;
--color-4: #8a7b9d;
--color-5: #d4cae7;
} 🌈 Moonless Night background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1a2e, #3c2b50, #5a3e79, #8a7b9d, #d4cae7);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1a2e, #3c2b50, #5a3e79, #8a7b9d, #d4cae7);
} 🔗 Explore similar color palettes
Moonless Night color palette created on .