/** * 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": "#EFDFDC", "200": "#DFC0B9", "300": "#CC9A8F", "400": "#BF8173", "500": "#AF6150", "600": "#8C4E40", "700": "#693A30", "800": "#462720", "900": "#231310" } } } } }