/** * 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": "#FFCCDE", "200": "#FF99BD", "300": "#FF669B", "400": "#FF337A", "500": "#FF0059", "600": "#CC0047", "700": "#990035", "800": "#59001F", "900": "#330012" } } } } }