/** * 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": "#CCEBFF", "200": "#99D7FF", "300": "#66C3FF", "400": "#33AFFF", "500": "#009AFE", "600": "#007CCC", "700": "#005D99", "800": "#003E66", "900": "#001F33" } } } } }