Tropical Jungle Jive Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Tropical Jungle Jive palette

Share this palette to:

Tropical Jungle Jive color palette CSS

/* CSS */
.color-1 {
color: #ff7142;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffda6b;
}
.color-4 {
color: #f1e6a7;
}
.color-5 {
color: #b2e1a3;
}

/* CSS Variables */
:root {
--color-1: #ff7142;
--color-2: #ffb84d;
--color-3: #ffda6b;
--color-4: #f1e6a7;
--color-5: #b2e1a3;
}

Tropical Jungle Jive background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7142, #ffb84d, #ffda6b, #f1e6a7, #b2e1a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7142, #ffb84d, #ffda6b, #f1e6a7, #b2e1a3);
}

Tropical Jungle Jive color palette created on .