/** * 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": "#F8F0EC", "200": "#E4C4B4", "300": "#D6A78F", "400": "#C8896A", "500": "#BA6C45", "600": "#955637", "700": "#704129", "800": "#4B2B1B", "900": "#25160E" } } } } }