Paleta de colores Neutral Green

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Neutral Green palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Neutral Green

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

CSS de la paleta de colores Neutral Green

/* CSS */
.color-1 {
color: #a7b29f;
}
.color-2 {
color: #d4cfc4;
}
.color-3 {
color: #e7e2da;
}
.color-4 {
color: #f1e9e4;
}
.color-5 {
color: #f5f3f0;
}

/* CSS Variables */
:root {
--color-1: #a7b29f;
--color-2: #d4cfc4;
--color-3: #e7e2da;
--color-4: #f1e9e4;
--color-5: #f5f3f0;
}

CSS del degradado de fondo Neutral Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7b29f, #d4cfc4, #e7e2da, #f1e9e4, #f5f3f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7b29f, #d4cfc4, #e7e2da, #f1e9e4, #f5f3f0);
}

Neutral Green color palette created on .