/** * 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-2": { "100": "#E3D5F6", "200": "#C7ABED", "300": "#A679E2", "400": "#9057DB", "500": "#742DD2", "600": "#5D24A8", "700": "#451B7E", "800": "#2E1254", "900": "#17092A" } } } } }