/** * 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": "#FFE5CC", "200": "#FFCB99", "300": "#FFB166", "400": "#FF9733", "500": "#FF7D00", "600": "#CC6400", "700": "#994B00", "800": "#663200", "900": "#331900" } } } } }