Neutral Forest Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Neutral Forest palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Neutral Forest

Download neutral forest color palette PNG image (landscape)
Download neutral forest color palette PNG image (square)

tavolozza dei colori Neutral Forest CSS

/* CSS */
.color-1 {
color: #e9d3b9;
}
.color-2 {
color: #b29c7b;
}
.color-3 {
color: #e4d6c8;
}
.color-4 {
color: #9ab7a0;
}
.color-5 {
color: #2e5c3d;
}

/* CSS Variables */
:root {
--color-1: #e9d3b9;
--color-2: #b29c7b;
--color-3: #e4d6c8;
--color-4: #9ab7a0;
--color-5: #2e5c3d;
}

CSS con gradiente di sfondo Neutral Forest

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9d3b9, #b29c7b, #e4d6c8, #9ab7a0, #2e5c3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9d3b9, #b29c7b, #e4d6c8, #9ab7a0, #2e5c3d);
}

Neutral Forest color palette created on .