/** * 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": "#F5DBBD", "200": "#F2CFA6", "300": "#EBB77A", "400": "#E49E4E", "500": "#DD8622", "600": "#B16B1B", "700": "#855114", "800": "#59360D", "900": "#2C1B07" } } } } }