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: #6f9d6c;
}
.color-2 {
color: #b8d99b;
}
.color-3 {
color: #e4e1b9;
}
.color-4 {
color: #d99e8c;
}
.color-5 {
color: #a3593e;
}

/* CSS Variables */
:root {
--color-1: #6f9d6c;
--color-2: #b8d99b;
--color-3: #e4e1b9;
--color-4: #d99e8c;
--color-5: #a3593e;
}

CSS del degradado de fondo Earthy Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f9d6c, #b8d99b, #e4e1b9, #d99e8c, #a3593e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f9d6c, #b8d99b, #e4e1b9, #d99e8c, #a3593e);
}

Earthy Green color palette created on .