/** * 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": "#F8F8F8", "main-color-2": "#F8DFDF", "main-color-3": "#F8C6C6", "main-color-4": "#F8AEAE", "main-color-5": "#F89595", "main-color-6": "#F87C7C", "main-color-7": "#F86363", "main-color-8": "#F84A4A", "main-color-9": "#F83232", "main-color-10": "#F81919" } } } }