90s Vaporwave Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with 90s Vaporwave palette

Share this palette to:

90s Vaporwave color palette PNG image

Download 90s vaporwave color palette PNG image (landscape)
Download 90s vaporwave color palette PNG image (square)

90s Vaporwave color palette CSS

/* CSS */
.color-1 {
color: #d4a4d5;
}
.color-2 {
color: #b7d2c0;
}
.color-3 {
color: #4cc1e1;
}
.color-4 {
color: #ff5c8a;
}
.color-5 {
color: #f6e5df;
}

/* CSS Variables */
:root {
--color-1: #d4a4d5;
--color-2: #b7d2c0;
--color-3: #4cc1e1;
--color-4: #ff5c8a;
--color-5: #f6e5df;
}

90s Vaporwave background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4a4d5, #b7d2c0, #4cc1e1, #ff5c8a, #f6e5df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4a4d5, #b7d2c0, #4cc1e1, #ff5c8a, #f6e5df);
}

90s Vaporwave color palette created on .