/** * 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": "#D2E9F9", "200": "#A6D2F2", "300": "#79BCEC", "400": "#4CA6E6", "500": "#208FDF", "600": "#1973B3", "700": "#135686", "800": "#0D3959", "900": "#061D2D" } } } } }