/** * 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-1": { "100": "#F7E2D4", "200": "#EFC4A9", "300": "#E7A77E", "400": "#DF8953", "500": "#DB793B", "600": "#AC5620", "700": "#814118", "800": "#562B10", "900": "#2B1608" } } } } }