/** * 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": "#E9E4E2", "200": "#D3C9C5", "300": "#C4B7B1", "400": "#A7948B", "500": "#91796E", "600": "#746158", "700": "#574942", "800": "#3A302C", "900": "#1D1816" } } } } }