/** * 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-6": { "100": "#FAEED1", "200": "#F6DCA2", "300": "#F2CD79", "400": "#EDBA45", "500": "#E8A817", "600": "#BA8712", "700": "#8B650E", "800": "#5D4309", "900": "#2E2205" } } } } }