Warm Earthy Tones Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Warm Earthy Tones palette

Condividi questa palette a:

tavolozza dei colori Warm Earthy Tones CSS

/* CSS */
.color-1 {
color: #bfaf9c;
}
.color-2 {
color: #b58a73;
}
.color-3 {
color: #c97a6e;
}
.color-4 {
color: #ebaf5c;
}
.color-5 {
color: #d6613d;
}

/* CSS Variables */
:root {
--color-1: #bfaf9c;
--color-2: #b58a73;
--color-3: #c97a6e;
--color-4: #ebaf5c;
--color-5: #d6613d;
}

CSS con gradiente di sfondo Warm Earthy Tones

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bfaf9c, #b58a73, #c97a6e, #ebaf5c, #d6613d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bfaf9c, #b58a73, #c97a6e, #ebaf5c, #d6613d);
}

Warm Earthy Tones color palette created on .