/** * 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": "#E7E4E4", "200": "#CFC9C9", "300": "#B7AEAE", "400": "#9F9393", "500": "#877878", "600": "#6C6060", "700": "#514848", "800": "#423B3B", "900": "#1B1818" } } } } }