/** * 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-5": { "100": "#E0EBEB", "200": "#C1D7D7", "300": "#A2C3C3", "400": "#77A7A7", "500": "#649B9B", "600": "#507C7C", "700": "#3C5D5D", "800": "#283E3E", "900": "#141F1F" } } } } }