module.exports = { content: ["./src/**/*.{js,jsx,ts,tsx}"], theme: { extend: { colors: { color1: "#E3F0FF", color2: "#df1452", color2_5: "rgba(38,125,233,0.05)", color3: "#B8B8B8", color4: "#17A742", color5: "#F8F8F8", color6: "#C2C2C2", color7: "#EBEBEB", color8: "#D4D4D4", color9: "#F25D5D", color10: "#052650", color11: "#752525", color12: "rgba(38,125,233,0.1)", color13: "#81A0C7", color14: "#EEEEEE", color15: "#858585", color16: "#404040", color17: "#CB1F1F", color18: "#E2E2E2", color19: "#959595", //register input label red26: '#521326', red52: '#df1452', red46OP: 'rgba(255, 246, 246, 0.8)', grayEC: '#ececec' }, }, screens: { res1: "1410px", res2: "1230px", }, }, plugins: [], };