/** * 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-3": { "100": "#F7DFD4", "200": "#EFBFA9", "300": "#E79F7E", "400": "#DF7F53", "500": "#D85F27", "600": "#AC4C20", "700": "#813918", "800": "#5D2911", "900": "#2B1308" } } } } }