Neon Vibes Color Palette

Discover the beautiful Neon Vibes color palette featuring green (#1aff00), cyan / aqua (#00f6ff), radical red (#ff1a66), turbo (#ffea00) and blaze orange (#ff6e00).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Green, Cyan, Pink, Yellow, Orange, Vibrant, Fun 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 Vibes palette

Share this palette to:

💻 Neon Vibes color palette CSS

/* CSS */
.color-1 {
color: #1aff00;
}
.color-2 {
color: #00f6ff;
}
.color-3 {
color: #ff1a66;
}
.color-4 {
color: #ffea00;
}
.color-5 {
color: #ff6e00;
}

/* CSS Variables */
:root {
--color-1: #1aff00;
--color-2: #00f6ff;
--color-3: #ff1a66;
--color-4: #ffea00;
--color-5: #ff6e00;
}

🌈 Neon Vibes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1aff00, #00f6ff, #ff1a66, #ffea00, #ff6e00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1aff00, #00f6ff, #ff1a66, #ffea00, #ff6e00);
}

Neon Vibes color palette created on .