/** * 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": "#E3F6D5", "200": "#C6EEAA", "300": "#AAE580", "400": "#8EDD55", "500": "#72D42B", "600": "#52991F", "700": "#447F1A", "800": "#2D5511", "900": "#172A09" } } } } }