Vaporwave Color Palette
Discover the beautiful Vaporwave color palette featuring blush pink (#ff7aff), malibu (#47ddff), bright sun (#ffd23d), bittersweet (#ff6166) and razzmatazz (#f11e7d).
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 Vaporwave palette
💻 Vaporwave color palette CSS
/* CSS */
.color-1 {
color: #ff7aff;
}
.color-2 {
color: #47ddff;
}
.color-3 {
color: #ffd23d;
}
.color-4 {
color: #ff6166;
}
.color-5 {
color: #f11e7d;
}
/* CSS Variables */
:root {
--color-1: #ff7aff;
--color-2: #47ddff;
--color-3: #ffd23d;
--color-4: #ff6166;
--color-5: #f11e7d;
} 🌈 Vaporwave background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7aff, #47ddff, #ffd23d, #ff6166, #f11e7d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7aff, #47ddff, #ffd23d, #ff6166, #f11e7d);
} 🔗 Explore similar color palettes
Vaporwave color palette created on .