Paleta de colores Golden Road

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Golden Road palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Golden Road

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

CSS de la paleta de colores Golden Road

/* CSS */
.color-1 {
color: #ffcc00;
}
.color-2 {
color: #ffb300;
}
.color-3 {
color: #ff9d00;
}
.color-4 {
color: #ff8c00;
}
.color-5 {
color: #ff8000;
}

/* CSS Variables */
:root {
--color-1: #ffcc00;
--color-2: #ffb300;
--color-3: #ff9d00;
--color-4: #ff8c00;
--color-5: #ff8000;
}

CSS del degradado de fondo Golden Road

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

Golden Road color palette created on .