/** * 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": "#E8E3E3", "200": "#D1C7C7", "300": "#BAABAB", "400": "#A38F8F", "500": "#8C7373", "600": "#705C5C", "700": "#544545", "800": "#3D3232", "900": "#1C1717" } } } } }