90s Vaporwave Color Palette
Discover the beautiful 90s Vaporwave color palette featuring light wisteria (#d4a4d5), gum leaf (#b7d2c0), picton blue (#4cc1e1), wild watermelon (#ff5c8a) and white linen (#f6e6e0).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with 90s Vaporwave palette
💻 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: #f6e6e0;
}
/* CSS Variables */
:root {
--color-1: #d4a4d5;
--color-2: #b7d2c0;
--color-3: #4cc1e1;
--color-4: #ff5c8a;
--color-5: #f6e6e0;
} 🌈 90s Vaporwave background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4a4d5, #b7d2c0, #4cc1e1, #ff5c8a, #f6e6e0);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4a4d5, #b7d2c0, #4cc1e1, #ff5c8a, #f6e6e0);
} 🔗 Explore similar color palettes
90s Vaporwave color palette created on .