/** * 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": "#FADBD1", "200": "#F5B8A3", "300": "#F09475", "400": "#EB7047", "500": "#E64D19", "600": "#B83D14", "700": "#8A2E0F", "800": "#5C1F0A", "900": "#2E0F05" } } } } }