/** * 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-3": { "100": "#E2E9E9", "200": "#C5D3D2", "300": "#A7BEBC", "400": "#81A19F", "500": "#6D9290", "600": "#577573", "700": "#415856", "800": "#2C3A39", "900": "#161D1D" } } } } }