/** * 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": "#E8F6D5", "200": "#D1ECAC", "300": "#BAE382", "400": "#A3D959", "500": "#8CD02F", "600": "#70A626", "700": "#50771B", "800": "#385313", "900": "#1C2A09" } } } } }