/** * 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-1": { "100": "#FFE4CC", "200": "#FFC999", "300": "#FFAE66", "400": "#FF9333", "500": "#FF7800", "600": "#CC6000", "700": "#994800", "800": "#663000", "900": "#331800" } } } } }