/** * 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-1": { "100": "#CCFFF3", "200": "#99FFE6", "300": "#66FFDA", "400": "#33FFCE", "500": "#00FFC2", "600": "#00CC9B", "700": "#00A67E", "800": "#00664D", "900": "#003327" } } } } }