Warm Earthy Tones Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Warm Earthy Tones palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Warm Earthy Tones

Download warm earthy tones color palette PNG image (landscape)
Download warm earthy tones color palette PNG image (square)

tavolozza dei colori Warm Earthy Tones CSS

/* CSS */
.color-1 {
color: #5e3a31;
}
.color-2 {
color: #a67b68;
}
.color-3 {
color: #d9b8a0;
}
.color-4 {
color: #e8c6b0;
}
.color-5 {
color: #f4d8d2;
}

/* CSS Variables */
:root {
--color-1: #5e3a31;
--color-2: #a67b68;
--color-3: #d9b8a0;
--color-4: #e8c6b0;
--color-5: #f4d8d2;
}

CSS con gradiente di sfondo Warm Earthy Tones

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e3a31, #a67b68, #d9b8a0, #e8c6b0, #f4d8d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e3a31, #a67b68, #d9b8a0, #e8c6b0, #f4d8d2);
}

Warm Earthy Tones color palette created on .