/** * 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": "#FFCCEF", "200": "#FF96DF", "300": "#FF66D0", "400": "#FF33C1", "500": "#FF00B1", "600": "#CC008E", "700": "#99006A", "800": "#660047", "900": "#330023" } } } } }