Vaporwave Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vaporwave palette
Vaporwave color palette PNG image
Vaporwave color palette CSS
/* CSS */
.color-1 {
color: #ac35ac;
}
.color-2 {
color: #1bac9e;
}
.color-3 {
color: #ac852a;
}
.color-4 {
color: #ac2a51;
}
.color-5 {
color: #71145b;
}
/* CSS Variables */
:root {
--color-1: #ac35ac;
--color-2: #1bac9e;
--color-3: #ac852a;
--color-4: #ac2a51;
--color-5: #71145b;
}
Vaporwave background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ac35ac, #1bac9e, #ac852a, #ac2a51, #71145b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ac35ac, #1bac9e, #ac852a, #ac2a51, #71145b);
}
Similar color palettes
Scroll down to explore 4 Magenta color palettes
Vaporwave color palette created on .