Jungle Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Jungle palette
Color Inspiration
Images that showcase this color palette in real designs
Download Jungle Color Palette (PNG)
Jungle color palette CSS
/* CSS */
.color-1 {
color: #4cae4f;
}
.color-2 {
color: #8bc34b;
}
.color-3 {
color: #cbdc38;
}
.color-4 {
color: #ffec3d;
}
.color-5 {
color: #ffc105;
}
/* CSS Variables */
:root {
--color-1: #4cae4f;
--color-2: #8bc34b;
--color-3: #cbdc38;
--color-4: #ffec3d;
--color-5: #ffc105;
}
Jungle background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4cae4f, #8bc34b, #cbdc38, #ffec3d, #ffc105);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4cae4f, #8bc34b, #cbdc38, #ffec3d, #ffc105);
}
Similar color palettes
Jungle color palette created on .