Paleta de colores Earthy Green

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Earthy Green palette

Compartir esta paleta en:

CSS de la paleta de colores Earthy Green

/* CSS */
.color-1 {
color: #a3c69f;
}
.color-2 {
color: #d8a85a;
}
.color-3 {
color: #a8583e;
}
.color-4 {
color: #f6d2a2;
}
.color-5 {
color: #6e8c8c;
}

/* CSS Variables */
:root {
--color-1: #a3c69f;
--color-2: #d8a85a;
--color-3: #a8583e;
--color-4: #f6d2a2;
--color-5: #6e8c8c;
}

CSS del degradado de fondo Earthy Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c69f, #d8a85a, #a8583e, #f6d2a2, #6e8c8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c69f, #d8a85a, #a8583e, #f6d2a2, #6e8c8c);
}

Earthy Green color palette created on .