Paleta de colores Golden Orange

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Golden Orange palette

Compartir esta paleta en:

Descargar la paleta de colores Golden Orange (PNG)

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

CSS de la paleta de colores Golden Orange

/* CSS */
.color-1 {
color: #ffd900;
}
.color-2 {
color: #ffb300;
}
.color-3 {
color: #ff8c00;
}
.color-4 {
color: #ff6e00;
}
.color-5 {
color: #ff4400;
}

/* CSS Variables */
:root {
--color-1: #ffd900;
--color-2: #ffb300;
--color-3: #ff8c00;
--color-4: #ff6e00;
--color-5: #ff4400;
}

CSS del degradado de fondo Golden Orange

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

Golden Orange color palette created on .