/** * 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-3": { "100": "#D5DCE6", "200": "#BFCAD9", "300": "#9FAFC6", "400": "#7F94B3", "500": "#5F7AA0", "600": "#4C6180", "700": "#394960", "800": "#263140", "900": "#131820" } } } } }