Earthy Elegance Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Earthy Elegance palette

Condividi questa palette a:

tavolozza dei colori Earthy Elegance CSS

/* CSS */
.color-1 {
color: #c09a7c;
}
.color-2 {
color: #9c7d54;
}
.color-3 {
color: #795a39;
}
.color-4 {
color: #59545f;
}
.color-5 {
color: #583b22;
}

/* CSS Variables */
:root {
--color-1: #c09a7c;
--color-2: #9c7d54;
--color-3: #795a39;
--color-4: #59545f;
--color-5: #583b22;
}

CSS con gradiente di sfondo Earthy Elegance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c09a7c, #9c7d54, #795a39, #59545f, #583b22);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c09a7c, #9c7d54, #795a39, #59545f, #583b22);
}

Tavolozze di colori simili

Scorri verso il basso per esplorare 3 tavolozzas di colori Earthy tones

Earthy Elegance color palette created on .