/** * 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-6": { "100": "#E4E7E4", "200": "#CACECA", "300": "#AFB6AF", "400": "#959D95", "500": "#7A857A", "600": "#5E665E", "700": "#495049", "800": "#313531", "900": "#181B18" } } } } }