Underground Gold Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Underground Gold palette

Condividi questa palette a:

Scarica la tavolozza dei colori Underground Gold (PNG)

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

tavolozza dei colori Underground Gold CSS

/* 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 con gradiente di sfondo 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 .