/** * 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-6": { "100": "#E8E5E3", "200": "#D1CBC7", "300": "#BAB1AB", "400": "#A29790", "500": "#8B7D74", "600": "#6F645D", "700": "#4D4540", "800": "#38322E", "900": "#1C1917" } } } } }