/** * To use these colors in Tailwind, you need to extend your tailwind.config.js file. * * For details see: * https://tailwindcss.com/docs/customizing-colors/#extending-the-default-palette * * To use own names for the colors, change the node names "main-color-*" and "color-*". */ { "theme": { "extend": { "colors": { "main-color-1": "#616161", "main-color-2": "#615757", "main-color-3": "#614E4E", "main-color-4": "#614444", "main-color-5": "#613A3A", "main-color-6": "#613131", "main-color-7": "#612727", "main-color-8": "#611D1D", "main-color-9": "#611313", "main-color-10": "#610A0A" } } } }