/** * 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-2": { "100": "#E1EAEA", "200": "#C3D5D5", "300": "#A5C0C0", "400": "#87ABAB", "500": "#6A9595", "600": "#547878", "700": "#3F5A5A", "800": "#243333", "900": "#151E1E" } } } } }