Vaporwave Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vaporwave palette
Vaporwave color palette CSS
/* CSS */
.color-1 {
color: #ff75ff;
}
.color-2 {
color: #00bfff;
}
.color-3 {
color: #ffcc00;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #a4e5d8;
}
/* CSS Variables */
:root {
--color-1: #ff75ff;
--color-2: #00bfff;
--color-3: #ffcc00;
--color-4: #ff6e61;
--color-5: #a4e5d8;
}
Vaporwave background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff75ff, #00bfff, #ffcc00, #ff6e61, #a4e5d8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff75ff, #00bfff, #ffcc00, #ff6e61, #a4e5d8);
}
Similar color palettes
Scroll down to explore 400+ Aesthetic color palettes
Vaporwave color palette created on .