/** * 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-4": { "100": "#E1EAE9", "200": "#C3D5D3", "300": "#A5C0BE", "400": "#87ABA8", "500": "#699692", "600": "#547875", "700": "#476663", "800": "#2A3C3A", "900": "#151E1D" } } } } }