/** * 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": "#FFD8CC", "200": "#FFB199", "300": "#FF8A66", "400": "#FF6333", "500": "#FF3D00", "600": "#CC3000", "700": "#992400", "800": "#7A1D00", "900": "#330C00" } } } } }