/** * 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-4": { "100": "#F3DED8", "200": "#E8BDB0", "300": "#DC9D89", "400": "#D07C62", "500": "#C45B3B", "600": "#9D492F", "700": "#7F3B26", "800": "#4F2417", "900": "#27120C" } } } } }