Jungle Green Shades Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Jungle Green Shades palette
Jungle Green Shades color palette CSS
/* CSS */
.color-1 {
color: #1e4d2b;
}
.color-2 {
color: #3caf45;
}
.color-3 {
color: #59cf67;
}
.color-4 {
color: #8de79f;
}
.color-5 {
color: #b1f1d1;
}
/* CSS Variables */
:root {
--color-1: #1e4d2b;
--color-2: #3caf45;
--color-3: #59cf67;
--color-4: #8de79f;
--color-5: #b1f1d1;
}
Jungle Green Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e4d2b, #3caf45, #59cf67, #8de79f, #b1f1d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e4d2b, #3caf45, #59cf67, #8de79f, #b1f1d1);
}
Similar color palettes
Jungle Green Shades color palette created on .