/** * 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": "#ECDFE2", "200": "#D8C0C5", "300": "#C6A1A9", "400": "#B2808B", "500": "#9F606E", "600": "#7F4D58", "700": "#5F3A42", "800": "#3F272C", "900": "#201316" } } } } }