/** * 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": "#DBEEF0", "200": "#B6DDE2", "300": "#92CCD3", "400": "#6DBAC5", "500": "#49A9B6", "600": "#3D8E99", "700": "#2C666D", "800": "#1D4449", "900": "#0F2224" } } } } }