Dark Moonlight Color Palette

Discover the beautiful Dark Moonlight color palette featuring mirage (#191b29), charade (#2a2c3c), mulled wine (#4b4d6c), storm gray (#6d6f8d) and titan white (#e0e2ff).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Midnight, Blue, Deep, Night Sky 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 Dark Moonlight palette

Share this palette to:

💻 Dark Moonlight color palette CSS

/* CSS */
.color-1 {
color: #191b29;
}
.color-2 {
color: #2a2c3c;
}
.color-3 {
color: #4b4d6c;
}
.color-4 {
color: #6d6f8d;
}
.color-5 {
color: #e0e2ff;
}

/* CSS Variables */
:root {
--color-1: #191b29;
--color-2: #2a2c3c;
--color-3: #4b4d6c;
--color-4: #6d6f8d;
--color-5: #e0e2ff;
}

🌈 Dark Moonlight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #191b29, #2a2c3c, #4b4d6c, #6d6f8d, #e0e2ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #191b29, #2a2c3c, #4b4d6c, #6d6f8d, #e0e2ff);
}

Dark Moonlight color palette created on .