/** * 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": "#FFCCEB", "200": "#FF99D7", "300": "#FF66C4", "400": "#FF33B0", "500": "#FF009C", "600": "#CC007D", "700": "#81004F", "800": "#66003E", "900": "#33001F" } } } } }