/** * 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-3": { "100": "#F8D3EA", "200": "#F1A7D5", "300": "#E97CC0", "400": "#E250AB", "500": "#DB2596", "600": "#AF1D78", "700": "#83165A", "800": "#580E3C", "900": "#2C071E" } } } } }