/** * 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-6": { "100": "#D6EDF5", "200": "#ADDBEB", "300": "#84C8E1", "400": "#5BB6D7", "500": "#42ABD1", "600": "#2883A4", "700": "#1E627B", "800": "#144252", "900": "#0A2129" } } } } }