/** * 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-1": { "100": "#ECE2DF", "200": "#D9C4BF", "300": "#C5A7A0", "400": "#B28A80", "500": "#9F6D60", "600": "#7F574D", "700": "#5F413A", "800": "#3F2B26", "900": "#201613" } } } } }