Neon Dreams Color Palette

Discover the beautiful Neon Dreams color palette featuring bouquet (#a76c9c), pigment indigo (#4d0080), monza (#b30021), turbo (#ffea00) and silver (#bfbfbf).

Brightness

Saturation

Warmth

Refine

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Retro 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 Neon Dreams palette

Share this palette to:

💻 Neon Dreams color palette CSS

/* CSS */
.color-1 {
color: #a76c9c;
}
.color-2 {
color: #4d0080;
}
.color-3 {
color: #b30021;
}
.color-4 {
color: #ffea00;
}
.color-5 {
color: #bfbfbf;
}

/* CSS Variables */
:root {
--color-1: #a76c9c;
--color-2: #4d0080;
--color-3: #b30021;
--color-4: #ffea00;
--color-5: #bfbfbf;
}

🌈 Neon Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a76c9c, #4d0080, #b30021, #ffea00, #bfbfbf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a76c9c, #4d0080, #b30021, #ffea00, #bfbfbf);
}

Neon Dreams color palette created on .