/** * 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": "#B44645", "main-color-2": "#D2605D", "main-color-3": "#F17B76", "main-color-4": "#FF968F", "main-color-5": "#FFB1AA", "main-color-6": "#FFCDC5", "main-color-7": "#FFDCD3" } } } }