/** * 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-1": { "100": "#E5E6E6", "200": "#CACECE", "300": "#B0B5B5", "400": "#959D9D", "500": "#7B8484", "600": "#626A6A", "700": "#4A4F4F", "800": "#313535", "900": "#1A1C1C" } } } } }