/** * 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": "#EAE1E5", "200": "#D6C2CB", "300": "#C1A4B0", "400": "#AD8596", "500": "#98677C", "600": "#7C5465", "700": "#5B3E4A", "800": "#3D2932", "900": "#1E1519" } } } } }