/** * 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-2": { "100": "#F2D9DB", "200": "#E4B4B7", "300": "#D78E93", "400": "#CA6870", "500": "#BE4750", "600": "#97353D", "700": "#71282D", "800": "#4B1B1E", "900": "#260D0F" } } } } }