/** * 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": "#EFDCE0", "200": "#DFB9C2", "300": "#CF96A3", "400": "#BF7385", "500": "#AF5066", "600": "#954457", "700": "#69303D", "800": "#462029", "900": "#231014" } } } } }