/** * 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-2": { "100": "#FDE1CE", "200": "#FCC39C", "300": "#FAA66B", "400": "#F98839", "500": "#F76A08", "600": "#BD5106", "700": "#944005", "800": "#632A03", "900": "#311502" } } } } }