Paleta de colores Shades of Jungle Green

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Jungle Green palette

Compartir esta paleta en:

CSS de la paleta de colores Shades of Jungle Green

/* CSS */
.color-1 {
color: #1abc8c;
}
.color-2 {
color: #3ddb6d;
}
.color-3 {
color: #a7e6a2;
}
.color-4 {
color: #e1f7c5;
}
.color-5 {
color: #b9e9d9;
}

/* CSS Variables */
:root {
--color-1: #1abc8c;
--color-2: #3ddb6d;
--color-3: #a7e6a2;
--color-4: #e1f7c5;
--color-5: #b9e9d9;
}

CSS del degradado de fondo Shades of Jungle Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1abc8c, #3ddb6d, #a7e6a2, #e1f7c5, #b9e9d9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1abc8c, #3ddb6d, #a7e6a2, #e1f7c5, #b9e9d9);
}

Shades of Jungle Green color palette created on .