Loading...

Shades of Jungle Green Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Jungle Green palette

Condividi questa palette a:

Scarica la tavolozza dei colori 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)

tavolozza dei colori Shades of Jungle Green CSS

/* 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 con gradiente di sfondo 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 .