Paleta de colores Golden Glucose

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Golden Glucose palette

Compartir esta paleta en:

CSS de la paleta de colores Golden Glucose

/* CSS */
.color-1 {
color: #f4c32f;
}
.color-2 {
color: #e6a400;
}
.color-3 {
color: #d68100;
}
.color-4 {
color: #b35600;
}
.color-5 {
color: #804000;
}

/* CSS Variables */
:root {
--color-1: #f4c32f;
--color-2: #e6a400;
--color-3: #d68100;
--color-4: #b35600;
--color-5: #804000;
}

CSS del degradado de fondo Golden Glucose

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c32f, #e6a400, #d68100, #b35600, #804000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c32f, #e6a400, #d68100, #b35600, #804000);
}

Golden Glucose color palette created on .