/** * 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": "#F2D9F2", "200": "#E6B3E6", "300": "#D98CD9", "400": "#CC66CC", "500": "#BF40BF", "600": "#993399", "700": "#732673", "800": "#4D194D", "900": "#260D26" } } } } }