/** * 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": "#ECDFDF", "200": "#DABEBE", "300": "#C79E9E", "400": "#B57D7D", "500": "#A25D5D", "600": "#824A4A", "700": "#613838", "800": "#3D2323", "900": "#201313" } } } } }