/** * 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": "#FFD4B8", "200": "#FFC199", "300": "#FFA266", "400": "#FF8333", "500": "#FF6500", "600": "#CC5000", "700": "#993C00", "800": "#662800", "900": "#331400" } } } } }