Skip to content

Instantly share code, notes, and snippets.

@ciaranha
Last active August 5, 2021 15:49
Show Gist options
  • Save ciaranha/d72205f364d37e190230d311ed025ac5 to your computer and use it in GitHub Desktop.
Save ciaranha/d72205f364d37e190230d311ed025ac5 to your computer and use it in GitHub Desktop.
Agreeable Tailwind Colors
colors: {
'black': '#0E2B33',
'green': {
'50': '#F7FBF8',
'100': '#EBF5EF',
'200': '#D6ECDE',
'300': '#BEE0C9',
'400': '#8DC8A1',
'500': '#5CB179',
'600': '#539F6D',
'700': '#45855B',
'800': '#376A49',
'900': '#2D573B'
},
'teal': {
'50': '#E8EDED',
'100': '#D2DBDB',
'200': '#BBCAC9',
'300': '#A4B8B7',
'400': '#8EA6A5',
'500': '#779493',
'600': '#608281',
'700': '#49716F',
'800': '#335F5D',
'900': '#1C4D4B'
},'gray': {
'50': '#F3F4F5',
'100': '#E7EAEB',
'200': '#CFD5D6',
'300': '#B7BFC2',
'400': '#9FAAAD',
'500': '#879599',
'600': '#6E8085',
'700': '#566B70',
'800': '#3E555C',
'900': '#264047'
},
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment