Neon Noir Color Palette

Discover the beautiful Neon Noir color palette featuring mirage (#131725), mirage (#1c2236), torch red (#ff2436), white (#ffffff) and blue ribbon (#1b70f8).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Deep, Red, Blue, White, Modern, Bright, High Contrast, Vibrant, Winter 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 Noir palette

Share this palette to:

💻 Neon Noir color palette CSS

/* CSS */
.color-1 {
color: #131725;
}
.color-2 {
color: #1c2236;
}
.color-3 {
color: #ff2436;
}
.color-4 {
color: #ffffff;
}
.color-5 {
color: #1b70f8;
}

/* CSS Variables */
:root {
--color-1: #131725;
--color-2: #1c2236;
--color-3: #ff2436;
--color-4: #ffffff;
--color-5: #1b70f8;
}

🌈 Neon Noir background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #131725, #1c2236, #ff2436, #ffffff, #1b70f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #131725, #1c2236, #ff2436, #ffffff, #1b70f8);
}

Neon Noir color palette created on .