Paleta de colores Vaporwave
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Vaporwave palette
Imagen PNG de la paleta de colores Vaporwave
CSS de la paleta de colores Vaporwave
/* CSS */
.color-1 {
color: #ff75ff;
}
.color-2 {
color: #3dffec;
}
.color-3 {
color: #ffce5c;
}
.color-4 {
color: #ff5c8d;
}
.color-5 {
color: #aa2c8d;
}
/* CSS Variables */
:root {
--color-1: #ff75ff;
--color-2: #3dffec;
--color-3: #ffce5c;
--color-4: #ff5c8d;
--color-5: #aa2c8d;
}
CSS del degradado de fondo Vaporwave
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff75ff, #3dffec, #ffce5c, #ff5c8d, #aa2c8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff75ff, #3dffec, #ffce5c, #ff5c8d, #aa2c8d);
}
Paletas de colores similares
Vaporwave color palette created on .