Skip to content

Instantly share code, notes, and snippets.

@Hikmahx
Created January 30, 2022 01:27
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 Hikmahx/fd01d83c1dfc39b3209c55d55619e4a5 to your computer and use it in GitHub Desktop.
Save Hikmahx/fd01d83c1dfc39b3209c55d55619e4a5 to your computer and use it in GitHub Desktop.
module.exports = {
content: ["./src/**/*.{js,jsx,ts,tsx}"],
theme: {
extend: {},
colors : {
'violet': '#674baf',
'red': '#ff5c7c',
'orange': '#ff8c66',
'yellow': '#f1c65b',
'blue': '#56c2e6',
'purple': '#7536d3',
'green': '#4acf81',
'light-gray': '#f2f2f2',
'very-light-gray': '#fafafa',
'grayish-blue': '#a3a5ae',
'very-dark-blue': '#4c4e61',
'transparent-white':'#ffffffbf',
'transparent': 'transparent',
'white': '#ffffff',
'black': '#000000'
},
fontFamily : {
'rubik': ['Rubik', 'sans-serif']
}
},
plugins: [],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment