/** * 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": "#CFEFFC", "200": "#8FDBF9", "300": "#6ED0F7", "400": "#3DC1F5", "500": "#0DB1F2", "600": "#0A8EC2", "700": "#086A91", "800": "#054761", "900": "#032330" } } } } }