Urban Jungle
#588157
#3A5A40
#A3B18A
#DAD7CD
#344E41
How to use this palette
CSS Variables
:root {
--color-1: #588157;
--color-2: #3A5A40;
--color-3: #A3B18A;
--color-4: #DAD7CD;
--color-5: #344E41;
}
Tailwind CSS Config
// tailwind.config.js
module.exports = {
theme: {
extend: {
colors: {
palette: {
'1': '#588157',
'2': '#3A5A40',
'3': '#A3B18A',
'4': '#DAD7CD',
'5': '#344E41'
}
}
}
}
}
Palette Information
- Name
- Urban Jungle
- ID
- urban-jungle
- Categories
- Green, Natural, Urban
- Number of Colors
- 5
Green
Natural
Urban