80s Arcade Color Palette

Discover the beautiful 80s Arcade color palette featuring jacksons purple (#1d1f9a), burning orange (#ff6d2e), supernova (#ffcc00), morning glory (#a3e0d6) and illusion (#f8a5d1).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with80s, Arcade, Bright, Retro, Vibrant, Orange, Blue, Pink, Teal, Yellow 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 80s Arcade palette

Share this palette to:

💻 80s Arcade color palette CSS

/* CSS */
.color-1 {
color: #1d1f9a;
}
.color-2 {
color: #ff6d2e;
}
.color-3 {
color: #ffcc00;
}
.color-4 {
color: #a3e0d6;
}
.color-5 {
color: #f8a5d1;
}

/* CSS Variables */
:root {
--color-1: #1d1f9a;
--color-2: #ff6d2e;
--color-3: #ffcc00;
--color-4: #a3e0d6;
--color-5: #f8a5d1;
}

🌈 80s Arcade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d1f9a, #ff6d2e, #ffcc00, #a3e0d6, #f8a5d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d1f9a, #ff6d2e, #ffcc00, #a3e0d6, #f8a5d1);
}

80s Arcade color palette created on .