Paleta de colores Golden Art Gallery

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Golden Art Gallery palette

Compartir esta paleta en:

CSS de la paleta de colores Golden Art Gallery

/* CSS */
.color-1 {
color: #f1c84b;
}
.color-2 {
color: #e1a73d;
}
.color-3 {
color: #d27d2d;
}
.color-4 {
color: #a85a3e;
}
.color-5 {
color: #7c3c3c;
}

/* CSS Variables */
:root {
--color-1: #f1c84b;
--color-2: #e1a73d;
--color-3: #d27d2d;
--color-4: #a85a3e;
--color-5: #7c3c3c;
}

CSS del degradado de fondo Golden Art Gallery

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c84b, #e1a73d, #d27d2d, #a85a3e, #7c3c3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c84b, #e1a73d, #d27d2d, #a85a3e, #7c3c3c);
}

Golden Art Gallery color palette created on .