/** * 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": "#F1DADA", "200": "#E2B6B6", "300": "#D69696", "400": "#C66C6C", "500": "#B74848", "600": "#933939", "700": "#6E2B2B", "800": "#491D1D", "900": "#250E0E" } } } } }