Purple Vaporwave Color Palette

Discover the beautiful Purple Vaporwave color palette featuring purple (#690dab), lavender (#b36be1), perfume (#d099f5), mauve (#f2b3ff) and hot pink (#ff70c8).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Purple, Vibrant, Bright, Retro 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 Purple Vaporwave palette

Share this palette to:

💻 Purple Vaporwave color palette CSS

/* CSS */
.color-1 {
color: #690dab;
}
.color-2 {
color: #b36be1;
}
.color-3 {
color: #d099f5;
}
.color-4 {
color: #f2b3ff;
}
.color-5 {
color: #ff70c8;
}

/* CSS Variables */
:root {
--color-1: #690dab;
--color-2: #b36be1;
--color-3: #d099f5;
--color-4: #f2b3ff;
--color-5: #ff70c8;
}

🌈 Purple Vaporwave background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #690dab, #b36be1, #d099f5, #f2b3ff, #ff70c8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #690dab, #b36be1, #d099f5, #f2b3ff, #ff70c8);
}

Purple Vaporwave color palette created on .