/** * 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": "#E6E5E6", "200": "#CDCBCD", "300": "#B3B2B3", "400": "#9A989A", "500": "#807D80", "600": "#676567", "700": "#4D4C4D", "800": "#343234", "900": "#1A191A" } } } } }