/** * 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": "#EFE6EF", "200": "#D7C1D7", "300": "#C3A2C3", "400": "#AF83AF", "500": "#9B649B", "600": "#7C507C", "700": "#5D3C5D", "800": "#3E283E", "900": "#1F141F" } } } } }