/** * 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": "#798686", "600": "#636D6D", "700": "#495050", "800": "#313535", "900": "#181B1B" } } } } }