/** * 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": "#D8F3F3", "200": "#B2E6E6", "300": "#8BDADA", "400": "#6ED0D0", "500": "#3EC1C1", "600": "#329A9A", "700": "#257474", "800": "#194D4D", "900": "#0C2727" } } } } }