Neon Utopia Color Palette

Discover the beautiful Neon Utopia color palette featuring bright turquoise (#00ffcc), vermilion (#ff3c00), electric violet (#7b00ff), blaze orange (#ff6e00) and cerulean (#00bfff).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Neon Utopia color palette CSS

/* CSS */
.color-1 {
color: #00ffcc;
}
.color-2 {
color: #ff3c00;
}
.color-3 {
color: #7b00ff;
}
.color-4 {
color: #ff6e00;
}
.color-5 {
color: #00bfff;
}

/* CSS Variables */
:root {
--color-1: #00ffcc;
--color-2: #ff3c00;
--color-3: #7b00ff;
--color-4: #ff6e00;
--color-5: #00bfff;
}

🌈 Neon Utopia background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00ffcc, #ff3c00, #7b00ff, #ff6e00, #00bfff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00ffcc, #ff3c00, #7b00ff, #ff6e00, #00bfff);
}

Neon Utopia color palette created on .