Nightmare Moon Color Palette

Discover the beautiful Nightmare Moon color palette featuring ebony (#0e1229), cloud burst (#1e2a54), rhino (#3c366b), butterfly bush (#544d96) and deluge (#7d569b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Dark, Deep, Earthy, Indigo, Modern, Purple, Vibrant 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

UI Examples

Explore beautiful UI components with Nightmare Moon palette

Share this palette to:

💻 Nightmare Moon color palette CSS

/* CSS */
.color-1 {
color: #0e1229;
}
.color-2 {
color: #1e2a54;
}
.color-3 {
color: #3c366b;
}
.color-4 {
color: #544d96;
}
.color-5 {
color: #7d569b;
}

/* CSS Variables */
:root {
--color-1: #0e1229;
--color-2: #1e2a54;
--color-3: #3c366b;
--color-4: #544d96;
--color-5: #7d569b;
}

🌈 Nightmare Moon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0e1229, #1e2a54, #3c366b, #544d96, #7d569b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0e1229, #1e2a54, #3c366b, #544d96, #7d569b);
}

Nightmare Moon color palette created on .