/** * 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": "#CACECE", "300": "#AFB6B6", "400": "#949E9E", "500": "#7A8686", "600": "#616B6B", "700": "#515959", "800": "#313535", "900": "#181B1B" } } } } }