/** * 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": "#FFF0CC", "200": "#FFE099", "300": "#FFD166", "400": "#FFC133", "500": "#FFB200", "600": "#CC8E00", "700": "#996B00", "800": "#664700", "900": "#3F2C00" } } } } }