module.exports = { theme: { extend: { textColor: { "rgb-999": "#999", "rgb-666": "#666", "rgb-333": "#333", }, backgroundColor: { "rgb-F5": "#F5F5F5", }, placeholderColor: { "rgb-B3": "#B3B3B3", }, }, }, variants: {}, plugins: [], };