/** * 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": "#AFAFAF", "main-color-2": "#AF9E9E", "main-color-3": "#AF8C8C", "main-color-4": "#AF7A7A", "main-color-5": "#AF6969", "main-color-6": "#AF5858", "main-color-7": "#AF4646", "main-color-8": "#AF3535", "main-color-9": "#AF2323", "main-color-10": "#AF1111" } } } }