/** * 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": "#E4E7E7", "200": "#C9CFCF", "300": "#AEB7B7", "400": "#939F9F", "500": "#728080", "600": "#606C6C", "700": "#485151", "800": "#303636", "900": "#181B1B" } } } } }