Paleta de colores Neon Nostalgia
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Neon Nostalgia palette
Imagen PNG de la paleta de colores Neon Nostalgia
CSS de la paleta de colores Neon Nostalgia
/* CSS */
.color-1 {
color: #f9a824;
}
.color-2 {
color: #ffc929;
}
.color-3 {
color: #ffd54d;
}
.color-4 {
color: #ffec3d;
}
.color-5 {
color: #fbc02d;
}
/* CSS Variables */
:root {
--color-1: #f9a824;
--color-2: #ffc929;
--color-3: #ffd54d;
--color-4: #ffec3d;
--color-5: #fbc02d;
}
CSS del degradado de fondo Neon Nostalgia
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9a824, #ffc929, #ffd54d, #ffec3d, #fbc02d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9a824, #ffc929, #ffd54d, #ffec3d, #fbc02d);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 10+ paletas de colores Años 90
Neon Nostalgia color palette created on .