/** * 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-3": { "100": "#E8E5E3", "200": "#D2CAC6", "300": "#BBB0AA", "400": "#A5968D", "500": "#8E7B71", "600": "#72635A", "700": "#534842", "800": "#39312D", "900": "#1C1917" } } } } }