/** * 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-5": { "100": "#FFF6CC", "200": "#FFEC99", "300": "#FFE366", "400": "#FFDA33", "500": "#FFD000", "600": "#CCA700", "700": "#897000", "800": "#665300", "900": "#332A00" } } } } }