/** * 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-9": { "100": "#F0DBE0", "200": "#D9A6B3", "300": "#D194A3", "400": "#C27085", "500": "#B34C66", "600": "#8F3D52", "700": "#6B2E3D", "800": "#471F29", "900": "#240F14" } } } } }