/** * 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-4": { "100": "#E5E5E6", "200": "#CBCBCD", "300": "#B1B2B4", "400": "#97989B", "500": "#7C7E83", "600": "#646568", "700": "#515255", "800": "#323234", "900": "#19191A" } } } } }