Urban Jungle Color Palette
Discover the beautiful Urban Jungle color palette featuring teal (#008a8a), fountain blue (#4db1b3), kokoda (#6e6e5e), gurkha (#9a9a79) and mine shaft (#2e2e2e).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Teal, Green, Gray, Modern, Dark, Bright Summer, Vintage color palettes and combinations.
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Urban Jungle palette
💻 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);
}
🔗 Explore similar color palettes
Urban Jungle color palette created on .