Paleta de colores Neon Nostalgia

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Neon Nostalgia palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Neon Nostalgia

Download neon nostalgia color palette PNG image (landscape)
Download neon nostalgia color palette PNG image (square)

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);
}

Neon Nostalgia color palette created on .