Paleta de colores Golden Glow

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Golden Glow palette

Compartir esta paleta en:

CSS de la paleta de colores Golden Glow

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #ebb800;
}
.color-3 {
color: #f5c400;
}
.color-4 {
color: #fad900;
}
.color-5 {
color: #ffb300;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #ebb800;
--color-3: #f5c400;
--color-4: #fad900;
--color-5: #ffb300;
}

CSS del degradado de fondo Golden Glow

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

Golden Glow color palette created on .