80s Vaporwave Color Palette
Discover the beautiful 80s Vaporwave color palette featuring blush pink (#ff75ff), cerulean (#00bfff), selective yellow (#ffb300), persimmon (#ff5c5c) and vivid violet (#7e3d99).
Brightness
Saturation
Warmth
💡 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 Vaporwave palette
💻 80s Vaporwave color palette CSS
/* CSS */
.color-1 {
color: #ff75ff;
}
.color-2 {
color: #00bfff;
}
.color-3 {
color: #ffb300;
}
.color-4 {
color: #ff5c5c;
}
.color-5 {
color: #7e3d99;
}
/* CSS Variables */
:root {
--color-1: #ff75ff;
--color-2: #00bfff;
--color-3: #ffb300;
--color-4: #ff5c5c;
--color-5: #7e3d99;
}
🌈 80s Vaporwave background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff75ff, #00bfff, #ffb300, #ff5c5c, #7e3d99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff75ff, #00bfff, #ffb300, #ff5c5c, #7e3d99);
}
🔗 Explore similar color palettes
80s Vaporwave color palette created on .