/** * 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-4": { "100": "#E2E9E9", "200": "#C5D3D3", "300": "#A8BDBD", "400": "#8BA7A7", "500": "#6F9090", "600": "#587474", "700": "#485E5E", "800": "#2C3A3A", "900": "#161D1D" } } } } }