/** * 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-6": { "100": "#F2D9D9", "200": "#E4B4B4", "300": "#D78E8E", "400": "#C76363", "500": "#BC4343", "600": "#963636", "700": "#712828", "800": "#4B1B1B", "900": "#260D0D" } } } } }