/** * 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-8": { "100": "#CEFFFB", "200": "#99FFF7", "300": "#66FFF3", "400": "#33FFEE", "500": "#00FFEA", "600": "#00CCBB", "700": "#00998D", "800": "#00665E", "900": "#00332F" } } } } }