/** * 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": "#DBECF0", "200": "#B7D8E1", "300": "#94C5D1", "400": "#70B1C2", "500": "#4C9EB3", "600": "#3D7F90", "700": "#2E5F6B", "800": "#1E3F48", "900": "#0F2024" } } } } }