/** * 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": "#E4E5E7", "200": "#C9CBCF", "300": "#AFB1B6", "400": "#8C9097", "500": "#797E86", "600": "#61656B", "700": "#494B50", "800": "#303236", "900": "#18191B" } } } } }