Neon Nexus Color Palette

Discover the beautiful Neon Nexus color palette featuring lucky point (#1f1f61), victoria (#4c4c9a), moody blue (#7a7acd), portage (#a2a2f1) and persimmon (#ff5c5c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, Cyberpunk, Modern, Vibrant 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 Nexus palette

Share this palette to:

💻 Neon Nexus color palette CSS

/* CSS */
.color-1 {
color: #1f1f61;
}
.color-2 {
color: #4c4c9a;
}
.color-3 {
color: #7a7acd;
}
.color-4 {
color: #a2a2f1;
}
.color-5 {
color: #ff5c5c;
}

/* CSS Variables */
:root {
--color-1: #1f1f61;
--color-2: #4c4c9a;
--color-3: #7a7acd;
--color-4: #a2a2f1;
--color-5: #ff5c5c;
}

🌈 Neon Nexus background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f61, #4c4c9a, #7a7acd, #a2a2f1, #ff5c5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f61, #4c4c9a, #7a7acd, #a2a2f1, #ff5c5c);
}

Neon Nexus color palette created on .