/** * 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": "#E6CCFF", "200": "#CC99FF", "300": "#B366FF", "400": "#9933FF", "500": "#8000FF", "600": "#6600CC", "700": "#4D0099", "800": "#330066", "900": "#1A0033" } } } } }