Brown with Pops of Gold Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Brown with Pops of Gold palette

Condividi questa palette a:

tavolozza dei colori Brown with Pops of Gold CSS

/* CSS */
.color-1 {
color: #c78b3d;
}
.color-2 {
color: #a4512d;
}
.color-3 {
color: #f0b14c;
}
.color-4 {
color: #5e4d3b;
}
.color-5 {
color: #d9b68c;
}

/* CSS Variables */
:root {
--color-1: #c78b3d;
--color-2: #a4512d;
--color-3: #f0b14c;
--color-4: #5e4d3b;
--color-5: #d9b68c;
}

CSS con gradiente di sfondo Brown with Pops of Gold

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c78b3d, #a4512d, #f0b14c, #5e4d3b, #d9b68c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c78b3d, #a4512d, #f0b14c, #5e4d3b, #d9b68c);
}

Brown with Pops of Gold color palette created on .