Vaporwave Color Palette

Discover the beautiful Vaporwave color palette featuring blush pink (#ff75ff), cyan / aqua (#3dffec), golden tainoi (#ffce5c), wild watermelon (#ff5c8d) and medium red violet (#aa2c8d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withVibrant, Pastel, Pink, Blue, Retro, Bright, Fun, Summer, 80s, Aesthetic 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: #ff75ff;
}
.color-2 {
color: #3dffec;
}
.color-3 {
color: #ffce5c;
}
.color-4 {
color: #ff5c8d;
}
.color-5 {
color: #aa2c8d;
}

/* CSS Variables */
:root {
--color-1: #ff75ff;
--color-2: #3dffec;
--color-3: #ffce5c;
--color-4: #ff5c8d;
--color-5: #aa2c8d;
}

🌈 Vaporwave background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff75ff, #3dffec, #ffce5c, #ff5c8d, #aa2c8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff75ff, #3dffec, #ffce5c, #ff5c8d, #aa2c8d);
}

Vaporwave color palette created on .