/** * 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-9": { "100": "#E8E4E3", "200": "#D2C9C6", "300": "#BBAEAA", "400": "#A4938E", "500": "#8D7872", "600": "#7F6C66", "700": "#554844", "800": "#39302D", "900": "#1C1817" } } } } }