/** * 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-5": { "100": "#E5E6E6", "200": "#CBCDCD", "300": "#B1B4B4", "400": "#979B9B", "500": "#7E8181", "600": "#646868", "700": "#4B4E4E", "800": "#323434", "900": "#212222" } } } } }