/** * 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-3": { "100": "#FDD5CE", "200": "#FBAB9D", "300": "#F9816C", "400": "#F75032", "500": "#F52D0A", "600": "#C42408", "700": "#931B06", "800": "#621204", "900": "#310902" } } } } }