/** * 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-1": { "100": "#F6F8D3", "200": "#EDF0A8", "300": "#E3E97C", "400": "#DAE151", "500": "#D1DA25", "600": "#A7AE1E", "700": "#91971A", "800": "#54570F", "900": "#2A2C07" } } } } }