Paleta de colores Golden Glow

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Golden Glow palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Golden Glow

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

CSS de la paleta de colores Golden Glow

/* CSS */
.color-1 {
color: #d4af35;
}
.color-2 {
color: #f6c660;
}
.color-3 {
color: #f8d56d;
}
.color-4 {
color: #f9e29f;
}
.color-5 {
color: #fff5b3;
}

/* CSS Variables */
:root {
--color-1: #d4af35;
--color-2: #f6c660;
--color-3: #f8d56d;
--color-4: #f9e29f;
--color-5: #fff5b3;
}

CSS del degradado de fondo Golden Glow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4af35, #f6c660, #f8d56d, #f9e29f, #fff5b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4af35, #f6c660, #f8d56d, #f9e29f, #fff5b3);
}

Golden Glow color palette created on .