/** * 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": "#E7E4E4", "200": "#CFC9C9", "300": "#B6AFAF", "400": "#9E9494", "500": "#867979", "600": "#665C5C", "700": "#504949", "800": "#363030", "900": "#1B1818" } } } } }