/** * 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": "#FFE6E3", "200": "#FFA499", "300": "#FF7666", "400": "#FF4933", "500": "#FF1B00", "600": "#CC1600", "700": "#991000", "800": "#660B00", "900": "#330500" } } } } }