/** * 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": "#FFCCDA", "200": "#FF99B5", "300": "#FF6690", "400": "#FF336A", "500": "#FF0045", "600": "#CC0037", "700": "#AD002F", "800": "#66001C", "900": "#33000E" } } } } }