/** * 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": "#CFCAC9", "300": "#B7AFAE", "400": "#9F9493", "500": "#928685", "600": "#6C6160", "700": "#514948", "800": "#363130", "900": "#1B1818" } } } } }