/** * 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": "#E9E2E3", "200": "#D2C6C8", "300": "#BCA9AC", "400": "#A58D90", "500": "#8F7075", "600": "#725A5D", "700": "#564346", "800": "#413335", "900": "#1D1617" } } } } }