/** * 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-1": { "100": "#E0EBE1", "200": "#C1D7C3", "300": "#A3C2A6", "400": "#84AE88", "500": "#659A6A", "600": "#517B55", "700": "#3D5C40", "800": "#283E2A", "900": "#152016" } } } } }