Paleta de colores Neutral Forest

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Neutral Forest palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Neutral Forest

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

CSS de la paleta de colores Neutral Forest

/* 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 del degradado de fondo 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 .