/** * 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-10": { "100": "#FAD1D1", "200": "#F6A2A2", "300": "#F17474", "400": "#ED4545", "500": "#E81717", "600": "#CC1414", "700": "#8B0E0E", "800": "#5D0909", "900": "#2E0505" } } } } }