/** * 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": "#F3F4D7", "200": "#E6E9AF", "300": "#DADE87", "400": "#CED35F", "500": "#C2C837", "600": "#919629", "700": "#747821", "800": "#4D5016", "900": "#27280B" } } } } }