/** * 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": "#000001", "main-color-2": "#000001", "main-color-3": "#000001", "main-color-4": "#000001", "main-color-5": "#000001", "main-color-6": "#010101", "main-color-7": "#010101", "main-color-8": "#010101", "main-color-9": "#010101", "main-color-10": "#010101" } } } }