/** * 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-7": { "100": "#E4E7E7", "200": "#C8CFD0", "300": "#ADB7B8", "400": "#92A0A1", "500": "#768889", "600": "#5E6D6E", "700": "#475152", "800": "#2F3637", "900": "#181B1B" } } } } }