/** * 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-4": { "100": "#FFD6CC", "200": "#FFAD99", "300": "#FF8466", "400": "#FF6D4A", "500": "#FF3100", "600": "#CC2700", "700": "#991E00", "800": "#661400", "900": "#330A00" } } } } }