/** * 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-1": { "100": "#F5E0D6", "200": "#EBC2AD", "300": "#E0A385", "400": "#D6855C", "500": "#CC6633", "600": "#A35229", "700": "#7A3D1F", "800": "#522914", "900": "#29140A" } } } } }