Muted Earth Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Muted Earth palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Muted Earth

Download muted earth color palette PNG image (landscape)
Download muted earth color palette PNG image (square)

tavolozza dei colori Muted Earth CSS

/* CSS */
.color-1 {
color: #799a8e;
}
.color-2 {
color: #b0bfb4;
}
.color-3 {
color: #d4dac8;
}
.color-4 {
color: #d6c2a4;
}
.color-5 {
color: #b89989;
}

/* CSS Variables */
:root {
--color-1: #799a8e;
--color-2: #b0bfb4;
--color-3: #d4dac8;
--color-4: #d6c2a4;
--color-5: #b89989;
}

CSS con gradiente di sfondo Muted Earth

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #799a8e, #b0bfb4, #d4dac8, #d6c2a4, #b89989);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #799a8e, #b0bfb4, #d4dac8, #d6c2a4, #b89989);
}

Muted Earth color palette created on .