/** * 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": "#383838", "main-color-2": "#383232", "main-color-3": "#382D2D", "main-color-4": "#382727", "main-color-5": "#382222", "main-color-6": "#381C1C", "main-color-7": "#381616", "main-color-8": "#381111", "main-color-9": "#380B0B", "main-color-10": "#380606" } } } }