/** * 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-9": { "100": "#D9F2F2", "200": "#B3E6E6", "300": "#8CD9D9", "400": "#66CCCC", "500": "#40BFBF", "600": "#339999", "700": "#267373", "800": "#194D4D", "900": "#0D2626" } } } } }