/** * 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": "#7A7A7A", "main-color-2": "#616161", "main-color-3": "#4A4A4A", "main-color-4": "#333333", "main-color-5": "#1F1F1F", "main-color-6": "#050505", "main-color-7": "#000000" } } } }