/** * 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": "#CCFFD4", "200": "#99FFA8", "300": "#66FF7D", "400": "#33FF51", "500": "#00FF26", "600": "#00CC1E", "700": "#009416", "800": "#00660F", "900": "#003308" } } } } }