/** * 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": { "color-8": { "100": "#FCD1CF", "200": "#FAB3AF", "300": "#F6766F", "400": "#F3493F", "500": "#F01B0F", "600": "#C0160C", "700": "#901009", "800": "#600B06", "900": "#300503" } } } } }