/** * 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": "#FFD3CC", "200": "#FFA899", "300": "#FF7C66", "400": "#FF5033", "500": "#FF2400", "600": "#CC1D00", "700": "#991600", "800": "#660F00", "900": "#330700" } } } } }