/** * 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": "#FFCCFF", "200": "#FF99FF", "300": "#FF66FF", "400": "#FF33FF", "500": "#FF00FF", "600": "#CC00CC", "700": "#990099", "800": "#660066", "900": "#330033" } } } } }