/** * 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": "#E3E8E8", "200": "#C7D1D1", "300": "#ACB9B9", "400": "#90A2A2", "500": "#748B8B", "600": "#667A7A", "700": "#465353", "800": "#2E3838", "900": "#171C1C" } } } } }