Paleta de colores Golden Nostalgia

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Golden Nostalgia palette

Compartir esta paleta en:

Descargar la paleta de colores Golden Nostalgia (PNG)

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

CSS de la paleta de colores Golden Nostalgia

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #ffcc00;
}
.color-3 {
color: #ffdc42;
}
.color-4 {
color: #ffb300;
}
.color-5 {
color: #a87e00;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #ffcc00;
--color-3: #ffdc42;
--color-4: #ffb300;
--color-5: #a87e00;
}

CSS del degradado de fondo Golden Nostalgia

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #ffcc00, #ffdc42, #ffb300, #a87e00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #ffcc00, #ffdc42, #ffb300, #a87e00);
}

Golden Nostalgia color palette created on .