/** * 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": "#DDD9D5", "200": "#D1CCC7", "300": "#BBB2AA", "400": "#A4998E", "500": "#8D7F72", "600": "#71665B", "700": "#554C44", "800": "#38332E", "900": "#1C1917" } } } } }