Paleta de colores 80s Vibe
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with 80s Vibe palette
Imagen PNG de la paleta de colores 80s Vibe
CSS de la paleta de colores 80s Vibe
/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #ffb30f;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #b8def5;
}
.color-5 {
color: #ff3d3d;
}
/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ffb30f;
--color-3: #ffd900;
--color-4: #b8def5;
--color-5: #ff3d3d;
}
CSS del degradado de fondo 80s Vibe
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ffb30f, #ffd900, #b8def5, #ff3d3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ffb30f, #ffd900, #b8def5, #ff3d3d);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 50+ paletas de colores Años 80
80s Vibe color palette created on .