/** * 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": "#D6FFF2", "200": "#99FFDF", "300": "#66FFCE", "400": "#33FFBE", "500": "#00FFAE", "600": "#00CC8B", "700": "#009968", "800": "#006646", "900": "#003323" } } } } }