/** * 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-7": { "100": "#FFD6FD", "200": "#FF99FA", "300": "#FF66F8", "400": "#FF33F5", "500": "#FF00F3", "600": "#CC00C2", "700": "#990092", "800": "#660061", "900": "#330031" } } } } }