/** * 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-3": { "100": "#CCEDFF", "200": "#99DAFF", "300": "#66C8FF", "400": "#33B6FF", "500": "#00A3FF", "600": "#0083CC", "700": "#00649C", "800": "#004166", "900": "#002133" } } } } }