Vaporwave Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vaporwave palette
Vaporwave color palette CSS
/* CSS */
.color-1 {
color: #fc5f96;
}
.color-2 {
color: #3bfce9;
}
.color-3 {
color: #78bcfc;
}
.color-4 {
color: #fc7878;
}
.color-5 {
color: #000000;
}
/* CSS Variables */
:root {
--color-1: #fc5f96;
--color-2: #3bfce9;
--color-3: #78bcfc;
--color-4: #fc7878;
--color-5: #000000;
}
Vaporwave background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fc5f96, #3bfce9, #78bcfc, #fc7878, #000000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fc5f96, #3bfce9, #78bcfc, #fc7878, #000000);
}
Similar color palettes
Vaporwave color palette created on .