/** * 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": "#FCCFCF", "200": "#FA9E9E", "300": "#F87C7C", "400": "#F53D3D", "500": "#F20D0D", "600": "#C20A0A", "700": "#910808", "800": "#610505", "900": "#300303" } } } } }