/** * 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": "#D4E8F7", "200": "#ADD3F0", "300": "#7EBAE7", "400": "#53A2DF", "500": "#278BD8", "600": "#206FAC", "700": "#185481", "800": "#103856", "900": "#081C2B" } } } } }