/** * 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-6": { "100": "#DCEFEF", "200": "#B8E0E0", "300": "#86C9C9", "400": "#72C0C0", "500": "#4FB0B0", "600": "#3F8D8D", "700": "#2F6A6A", "800": "#1F4747", "900": "#102323" } } } } }