/** * 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": "#FAD1DD", "200": "#F7AEC3", "300": "#F17498", "400": "#ED4575", "500": "#E81753", "600": "#BA1242", "700": "#8B0E32", "800": "#5D0921", "900": "#2E0511" } } } } }