/** * 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-1": { "100": "#FFD7CC", "200": "#FFB099", "300": "#FF8866", "400": "#FF6033", "500": "#FF3900", "600": "#CC2D00", "700": "#992200", "800": "#661700", "900": "#330B00" } } } } }