/** * 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": "#CCFFEE", "200": "#99FFDD", "300": "#66FFCC", "400": "#33FFBC", "500": "#00FFAB", "600": "#00CC89", "700": "#009966", "800": "#00704B", "900": "#003322" } } } } }