/** * 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": "#D8F3D8", "200": "#B1E7B1", "300": "#8ADB8A", "400": "#63CF63", "500": "#3CC33C", "600": "#309C30", "700": "#247524", "800": "#1D5F1D", "900": "#0C270C" } } } } }