/** * 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-3": { "100": "#E6E5E5", "200": "#CDCBCB", "300": "#B7B4B4", "400": "#9B9797", "500": "#827D7D", "600": "#686464", "700": "#4E4B4B", "800": "#343232", "900": "#1A1919" } } } } }