/** * 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": "#F6D5D5", "200": "#E99C9C", "300": "#E38282", "400": "#DA5858", "500": "#D12E2E", "600": "#A72525", "700": "#7D1C1C", "800": "#531313", "900": "#2A0909" } } } } }