Nightmare Moon Color Palette

Discover the beautiful Nightmare Moon color palette featuring lucky point (#1f1b79), gigas (#3b3993), scampi (#6c6bae), cold purple (#a3a6e0) and periwinkle (#cfc7ff).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Blue, Midnight, Deep, Purple, Vibrant, Cosmic, Magical, Starry 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: #1f1b79;
}
.color-2 {
color: #3b3993;
}
.color-3 {
color: #6c6bae;
}
.color-4 {
color: #a3a6e0;
}
.color-5 {
color: #cfc7ff;
}

/* CSS Variables */
:root {
--color-1: #1f1b79;
--color-2: #3b3993;
--color-3: #6c6bae;
--color-4: #a3a6e0;
--color-5: #cfc7ff;
}

🌈 Nightmare Moon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1b79, #3b3993, #6c6bae, #a3a6e0, #cfc7ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1b79, #3b3993, #6c6bae, #a3a6e0, #cfc7ff);
}

Nightmare Moon color palette created on .