Loading...

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:

Descargar la paleta de colores Shades of Jungle Green (PNG)

Download shades of jungle green color palette PNG image (landscape)
Download shades of jungle green color palette PNG image (square)

CSS de la paleta de colores Shades of Jungle Green

/* CSS */
.color-1 {
color: #1fbd8b;
}
.color-2 {
color: #4ddba2;
}
.color-3 {
color: #a7e7c2;
}
.color-4 {
color: #e5f8e2;
}
.color-5 {
color: #f5fffa;
}

/* CSS Variables */
:root {
--color-1: #1fbd8b;
--color-2: #4ddba2;
--color-3: #a7e7c2;
--color-4: #e5f8e2;
--color-5: #f5fffa;
}

CSS del degradado de fondo Shades of Jungle Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1fbd8b, #4ddba2, #a7e7c2, #e5f8e2, #f5fffa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1fbd8b, #4ddba2, #a7e7c2, #e5f8e2, #f5fffa);
}

Shades of Jungle Green color palette created on .