/** * 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": "#EAE1E3", "200": "#D5C3C6", "300": "#C0A5AA", "400": "#AB878E", "500": "#966971", "600": "#704F55", "700": "#5A3F44", "800": "#3C2A2D", "900": "#1E1517" } } } } }