/** * 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": { "main-color-1": "#39001C", "main-color-2": "#3B0000", "main-color-3": "#310C00", "color-1": { "100": "#FFCCE5", "200": "#FF99CB", "300": "#FF66B1", "400": "#FF3397", "500": "#FF007D", "600": "#CC0064", "700": "#99004B", "800": "#660032", "900": "#39001C" }, "color-2": { "100": "#FFCCCC", "200": "#FF9999", "300": "#FF6666", "400": "#FF3333", "500": "#FF0000", "600": "#CC0000", "700": "#990000", "800": "#660000", "900": "#3B0000" }, "color-3": { "100": "#FFD8CC", "200": "#FFB299", "300": "#FF8B66", "400": "#FF6533", "500": "#FF3E00", "600": "#CC3200", "700": "#992500", "800": "#661900", "900": "#310C00" } } } } }