/** * 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": "#FFE7CC", "200": "#FFCF99", "300": "#FFB666", "400": "#FF9E33", "500": "#FF8600", "600": "#CC6B00", "700": "#A25500", "800": "#663600", "900": "#331B00" } } } } }