Skip to content

Instantly share code, notes, and snippets.

@brysonreece
Created February 22, 2020 07:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brysonreece/c8035b5ae807d7aacafdb6b50543ac11 to your computer and use it in GitHub Desktop.
Save brysonreece/c8035b5ae807d7aacafdb6b50543ac11 to your computer and use it in GitHub Desktop.
Tailwind Metro Colors
// colors from materialui.co/metrocolors
module.exports = {
theme: {
colors: {
'lime': '#a4c400',
'green': '#60a917',
'emerald': '#008a00',
'teal': '#00aba9',
'cyan': '#1ba1e2',
'cobalt': '#0050ef',
'indigo': '#6a00ff',
'violet': '#aa00ff',
'pink': '#f472d0',
'magenta': '#d80073',
'crimson': '#a20025',
'red': '#e51400',
'orange': '#fa6800',
'amber': '#f0a30a',
'yellow': '#e3c800',
'brown': '#825a2c',
'olive': '#6d8764',
'steel': '#647687',
'mauve': '#76608a',
'sienna': '#a0522d',
'black': '#000000',
'white': '#ffffff'
},
extend: {}
},
variants: {},
plugins: []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment