Pick a preset or customize colors, fonts, radius, and shadows. Preview live on real components and export a complete Tailwind config. No signup required.
Live Preview
This is how your theme looks with real content. The card, button, and input below all use your custom theme settings.
// tailwind.config.ts
import type { Config } from "tailwindcss";
const config: Config = {
content: ["./src/**/*.{js,ts,jsx,tsx,mdx}"],
theme: {
extend: {
colors: {
primary: {
50: '#e5e5fb',
100: '#d8d8f9',
200: '#bcbdf5',
300: '#a0a1f3',
400: '#8284f2',
500: '#6366f1',
600: '#2528ef',
700: '#0d10c9',
800: '#07098d',
900: '#03044f',
950: '#020231',
},
secondary: {
50: '#dde2e9',
100: '#c4ccd9',
200: '#90a1bb',
300: '#5b759f',
400: '#3b4e6d',
500: '#1e293b',
600: '#192334',
700: '#162131',
800: '#121c2b',
900: '#101928',
950: '#0f1724',
},
accent: {
50: '#daf6fb',
100: '#bef0f9',
200: '#89e5f5',
300: '#57ddf4',
400: '#1fd4f4',
500: '#06b6d4',
600: '#0499b4',
700: '#01788d',
800: '#005b6b',
900: '#003d47',
950: '#002b33',
},
},
fontFamily: {
heading: ['Inter', 'sans-serif'],
body: ['Inter', 'sans-serif'],
},
borderRadius: {
theme: '0.5rem',
},
boxShadow: {
theme: '0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1)',
},
},
},
plugins: [],
};
export default config;Colors with full shade scales, font families, border radius, and box shadows. Everything you need for a polished Tailwind project.
See your theme applied to real UI components in real-time. Cards, buttons, and inputs render with your exact settings before you export.
Export as Tailwind v3 config (tailwind.config.ts), v4 @theme CSS, or plain CSS variables. Ready for any Tailwind project.
Pick a preset or choose primary, secondary, and accent colors. Each color generates a full 11-step shade scale automatically.
Select heading and body fonts from 20 Google Fonts. Set border radius and shadow intensity for your design language.
Copy the complete Tailwind v3 config, v4 @theme CSS, or CSS variables. Paste into your project and start building.
Love this tool? We generate complete brand systems — logos, colors, typography, and Tailwind configs — all in 60 seconds with AI.
Generate Your Brand