Vaporwave Color Palette

Discover the beautiful Vaporwave color palette featuring electric violet (#8f00d6), robin's egg blue (#00bdd6), wild strawberry (#ff4281), gorse (#ffec3d) and lime (#b0eb00).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withVibrant, Aesthetic, Retro, Pink, Cyan, Yellow, Green, 80s, Spring, 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 Vaporwave palette

Share this palette to:

💻 Vaporwave color palette CSS

/* CSS */
.color-1 {
color: #8f00d6;
}
.color-2 {
color: #00bdd6;
}
.color-3 {
color: #ff4281;
}
.color-4 {
color: #ffec3d;
}
.color-5 {
color: #b0eb00;
}

/* CSS Variables */
:root {
--color-1: #8f00d6;
--color-2: #00bdd6;
--color-3: #ff4281;
--color-4: #ffec3d;
--color-5: #b0eb00;
}

🌈 Vaporwave background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8f00d6, #00bdd6, #ff4281, #ffec3d, #b0eb00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8f00d6, #00bdd6, #ff4281, #ffec3d, #b0eb00);
}

Vaporwave color palette created on .