Paleta de colores Underground Gold

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Underground Gold palette

Compartir esta paleta en:

Descargar la paleta de colores Underground Gold (PNG)

Download underground gold color palette PNG image (landscape)
Download underground gold color palette PNG image (square)

CSS de la paleta de colores Underground Gold

/* CSS */
.color-1 {
color: #494e5a;
}
.color-2 {
color: #6d767e;
}
.color-3 {
color: #9ba6b0;
}
.color-4 {
color: #d0c5b3;
}
.color-5 {
color: #e8b84f;
}

/* CSS Variables */
:root {
--color-1: #494e5a;
--color-2: #6d767e;
--color-3: #9ba6b0;
--color-4: #d0c5b3;
--color-5: #e8b84f;
}

CSS del degradado de fondo Underground Gold

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #494e5a, #6d767e, #9ba6b0, #d0c5b3, #e8b84f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #494e5a, #6d767e, #9ba6b0, #d0c5b3, #e8b84f);
}

Underground Gold color palette created on .