/** * 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": "#CCFFDA", "200": "#99FFB6", "300": "#66FF91", "400": "#33FF6C", "500": "#00FF47", "600": "#00CC39", "700": "#00992B", "800": "#00661D", "900": "#00330E" } } } } }