Neon Dystopia Color Palette

Discover the beautiful Neon Dystopia color palette featuring mirage (#1a1d2d), mulled wine (#4e4f6a), waterloo (#7b7d9d), botticelli (#c7d1e1) and saffron (#f5b53d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withCyberpunk, Blue, Bright, Modern, Vintage 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 Dystopia palette

Share this palette to:

💻 Neon Dystopia color palette CSS

/* CSS */
.color-1 {
color: #1a1d2d;
}
.color-2 {
color: #4e4f6a;
}
.color-3 {
color: #7b7d9d;
}
.color-4 {
color: #c7d1e1;
}
.color-5 {
color: #f5b53d;
}

/* CSS Variables */
:root {
--color-1: #1a1d2d;
--color-2: #4e4f6a;
--color-3: #7b7d9d;
--color-4: #c7d1e1;
--color-5: #f5b53d;
}

🌈 Neon Dystopia background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1d2d, #4e4f6a, #7b7d9d, #c7d1e1, #f5b53d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1d2d, #4e4f6a, #7b7d9d, #c7d1e1, #f5b53d);
}

Neon Dystopia color palette created on .