Neon Purple 1980s Color Palette

Discover the beautiful Neon Purple 1980s color palette featuring vivid violet (#8f3c9a), amethyst (#a143c7), lavender (#bf6ad2), light wisteria (#d5a1d9) and lavender magenta (#eb8ed2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with80s, Aesthetic, Bright, Purple, 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 Purple 1980s palette

Share this palette to:

💻 Neon Purple 1980s color palette CSS

/* CSS */
.color-1 {
color: #8f3c9a;
}
.color-2 {
color: #a143c7;
}
.color-3 {
color: #bf6ad2;
}
.color-4 {
color: #d5a1d9;
}
.color-5 {
color: #eb8ed2;
}

/* CSS Variables */
:root {
--color-1: #8f3c9a;
--color-2: #a143c7;
--color-3: #bf6ad2;
--color-4: #d5a1d9;
--color-5: #eb8ed2;
}

🌈 Neon Purple 1980s background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8f3c9a, #a143c7, #bf6ad2, #d5a1d9, #eb8ed2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8f3c9a, #a143c7, #bf6ad2, #d5a1d9, #eb8ed2);
}

Neon Purple 1980s color palette created on .