Galactic Neon Dreamscape Color Palette

Discover the beautiful Galactic Neon Dreamscape color palette featuring black russian (#00001f), navy blue (#04007b), dark blue (#0000ad), dark blue (#3a00c1) and purple pizzazz (#e300cd).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlack, Blue, Bright, Cool, Deep, High Contrast, Indigo, Modern, Purple, Violet 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 Galactic Neon Dreamscape palette

Share this palette to:

💻 Galactic Neon Dreamscape color palette CSS

/* CSS */
.color-1 {
color: #00001f;
}
.color-2 {
color: #04007b;
}
.color-3 {
color: #0000ad;
}
.color-4 {
color: #3a00c1;
}
.color-5 {
color: #e300cd;
}

/* CSS Variables */
:root {
--color-1: #00001f;
--color-2: #04007b;
--color-3: #0000ad;
--color-4: #3a00c1;
--color-5: #e300cd;
}

🌈 Galactic Neon Dreamscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00001f, #04007b, #0000ad, #3a00c1, #e300cd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00001f, #04007b, #0000ad, #3a00c1, #e300cd);
}

Galactic Neon Dreamscape color palette created on .