Paleta de colores Earthy Green

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Earthy Green palette

Compartir esta paleta en:

Descargar la paleta de colores Earthy Green (PNG)

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

CSS de la paleta de colores Earthy Green

/* CSS */
.color-1 {
color: #6f4c3e;
}
.color-2 {
color: #a85f2e;
}
.color-3 {
color: #c6c8a7;
}
.color-4 {
color: #8daa91;
}
.color-5 {
color: #a3d55d;
}

/* CSS Variables */
:root {
--color-1: #6f4c3e;
--color-2: #a85f2e;
--color-3: #c6c8a7;
--color-4: #8daa91;
--color-5: #a3d55d;
}

CSS del degradado de fondo Earthy Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f4c3e, #a85f2e, #c6c8a7, #8daa91, #a3d55d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f4c3e, #a85f2e, #c6c8a7, #8daa91, #a3d55d);
}

Earthy Green color palette created on .