Shades of Jungle Green Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Jungle Green palette
Shades of Jungle Green color palette CSS
/* CSS */
.color-1 {
color: #1e6c4f;
}
.color-2 {
color: #3bc480;
}
.color-3 {
color: #6be6a6;
}
.color-4 {
color: #98f1c0;
}
.color-5 {
color: #c6f6e3;
}
/* CSS Variables */
:root {
--color-1: #1e6c4f;
--color-2: #3bc480;
--color-3: #6be6a6;
--color-4: #98f1c0;
--color-5: #c6f6e3;
}
Shades of Jungle Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e6c4f, #3bc480, #6be6a6, #98f1c0, #c6f6e3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e6c4f, #3bc480, #6be6a6, #98f1c0, #c6f6e3);
}
Similar color palettes
Shades of Jungle Green color palette created on .