/** * 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": "#EFDDDC", "200": "#DFBBB9", "300": "#CE9997", "400": "#BE7874", "500": "#AE5651", "600": "#964A46", "700": "#683331", "800": "#462220", "900": "#231110" } } } } }