/** * 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-1": { "100": "#DAE9F1", "200": "#B6D3E2", "300": "#91BCD4", "400": "#6DA6C5", "500": "#4890B7", "600": "#3A7392", "700": "#2B566E", "800": "#1D3A49", "900": "#0E1D25" } } } } }