Loading...

Jungle Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Jungle palette

Share this palette to:

Download Jungle Color Palette (PNG)

Download jungle color palette PNG image (landscape)
Download jungle color palette PNG image (square)

Jungle color palette CSS

/* CSS */
.color-1 {
color: #49c14d;
}
.color-2 {
color: #93d14d;
}
.color-3 {
color: #d4e53e;
}
.color-4 {
color: #ffed4d;
}
.color-5 {
color: #ffc61a;
}

/* CSS Variables */
:root {
--color-1: #49c14d;
--color-2: #93d14d;
--color-3: #d4e53e;
--color-4: #ffed4d;
--color-5: #ffc61a;
}

Jungle background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #49c14d, #93d14d, #d4e53e, #ffed4d, #ffc61a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #49c14d, #93d14d, #d4e53e, #ffed4d, #ffc61a);
}

Jungle color palette created on .