80s Vaporwave Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with 80s Vaporwave palette
Color Inspiration
Images that showcase this color palette in real designs
Download 80s Vaporwave Color Palette (PNG)
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);
}
Similar color palettes
80s Vaporwave color palette created on .