/** * 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": "#F7E1D4", "200": "#EFC3A9", "300": "#E7A67E", "400": "#DC7C42", "500": "#D76A28", "600": "#AC5520", "700": "#814018", "800": "#562A10", "900": "#2B1508" } } } } }