Urban Jungle Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Urban Jungle palette

Share this palette to:

Urban Jungle color palette CSS

/* CSS */
.color-1 {
color: #008a8a;
}
.color-2 {
color: #4db1b3;
}
.color-3 {
color: #6e6e5e;
}
.color-4 {
color: #9a9a79;
}
.color-5 {
color: #2e2e2e;
}

/* CSS Variables */
:root {
--color-1: #008a8a;
--color-2: #4db1b3;
--color-3: #6e6e5e;
--color-4: #9a9a79;
--color-5: #2e2e2e;
}

Urban Jungle background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #008a8a, #4db1b3, #6e6e5e, #9a9a79, #2e2e2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #008a8a, #4db1b3, #6e6e5e, #9a9a79, #2e2e2e);
}

Urban Jungle color palette created on .