/** * 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-3": { "100": "#D9F1F2", "200": "#B4E3E4", "300": "#8ED5D7", "400": "#63C5C8", "500": "#42B9BD", "600": "#359497", "700": "#286F71", "800": "#1B4A4B", "900": "#0D2526" } } } } }