/** * 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-10": { "100": "#D6FAD1", "200": "#AEF6A2", "300": "#85F174", "400": "#5CED45", "500": "#31DD16", "600": "#29BA12", "700": "#1F8B0E", "800": "#155D09", "900": "#0A2E05" } } } } }