/** * 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-5": { "100": "#DBF0F0", "200": "#B7E1E1", "300": "#97D3D3", "400": "#70C2C2", "500": "#4CB3B3", "600": "#3D8F8F", "700": "#2D6C6C", "800": "#1E4848", "900": "#0F2424" } } } } }