/** * 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": "#CCECFF", "200": "#99DAFF", "300": "#66C7FF", "400": "#1AABFF", "500": "#00A1FF", "600": "#0081CC", "700": "#006199", "800": "#004166", "900": "#002033" } } } } }