Loading...
Shades of Jungle Green Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Jungle Green palette
Download Shades of Jungle Green Color Palette (PNG)
Shades of Jungle Green color palette 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;
}
Shades of Jungle Green background gradient CSS
/* 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);
}
Similar color palettes
Scroll down to explore 100+ Green color palettes
Shades of Jungle Green color palette created on .