/** * 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-1": { "100": "#F1DADD", "200": "#E3B5BA", "300": "#D59098", "400": "#C76B76", "500": "#BA4A57", "600": "#943843", "700": "#6F2A32", "800": "#4A1C21", "900": "#250E11" } } } } }