/** * 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": "#F7E1D4", "200": "#F0C4A8", "300": "#E8A67D", "400": "#E08952", "500": "#DC793B", "600": "#AD561F", "700": "#824017", "800": "#572B0F", "900": "#2B1508" } } } } }