/** * 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": "#EFEEDC", "200": "#DFDDB9", "300": "#CFCB96", "400": "#BFBA73", "500": "#AFA950", "600": "#8C8740", "700": "#696530", "800": "#373519", "900": "#232210" } } } } }