Copper Earthtones Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Copper Earthtones palette

Condividi questa palette a:

tavolozza dei colori Copper Earthtones CSS

/* CSS */
.color-1 {
color: #895b29;
}
.color-2 {
color: #a67b3a;
}
.color-3 {
color: #d59d6d;
}
.color-4 {
color: #eac090;
}
.color-5 {
color: #b86e4c;
}

/* CSS Variables */
:root {
--color-1: #895b29;
--color-2: #a67b3a;
--color-3: #d59d6d;
--color-4: #eac090;
--color-5: #b86e4c;
}

CSS con gradiente di sfondo Copper Earthtones

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #895b29, #a67b3a, #d59d6d, #eac090, #b86e4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #895b29, #a67b3a, #d59d6d, #eac090, #b86e4c);
}

Copper Earthtones color palette created on .