/** * 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": "#F8D3E8", "200": "#F1A7D1", "300": "#E97CBA", "400": "#E561AC", "500": "#DB248C", "600": "#AF1D70", "700": "#831654", "800": "#580E38", "900": "#2C071C" } } } } }