/** * 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": "#F0DBDF", "200": "#E1B7C0", "300": "#CE8C99", "400": "#C27080", "500": "#B34C60", "600": "#8F3D4D", "700": "#6B2E3A", "800": "#481E27", "900": "#240F13" } } } } }