Paleta de colores Desert Gold

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Desert Gold palette

Compartir esta paleta en:

CSS de la paleta de colores Desert Gold

/* CSS */
.color-1 {
color: #d9c48c;
}
.color-2 {
color: #d5b56d;
}
.color-3 {
color: #bdaf51;
}
.color-4 {
color: #a88b3e;
}
.color-5 {
color: #7d6a26;
}

/* CSS Variables */
:root {
--color-1: #d9c48c;
--color-2: #d5b56d;
--color-3: #bdaf51;
--color-4: #a88b3e;
--color-5: #7d6a26;
}

CSS del degradado de fondo Desert Gold

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9c48c, #d5b56d, #bdaf51, #a88b3e, #7d6a26);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9c48c, #d5b56d, #bdaf51, #a88b3e, #7d6a26);
}

Desert Gold color palette created on .