Tailwind Theme Builder
Build color palettes and generate tailwind.config.ts output.
import type { Config } from 'tailwindcss'
const config: Config = {
theme: {
extend: {
colors: {
primary: {
'50': '#f0f6fe',
'100': '#e2ecfe',
'200': '#bbd4fc',
'300': '#8ab5f9',
'400': '#5090f7',
'500': '#0b64f4',
'600': '#0950c3',
'700': '#073c92',
'800': '#052861',
'900': '#03183a',
'950': '#021027',
},
secondary: '#8b5cf6',
accent: '#10b981',
},
},
},
}
export default config
Related tools
CHANGELOG Generator
Write a clean, consistent CHANGELOG entry in the Keep a Changelog format from grouped Added, Changed, Deprecated, Removed, Fixed, and Security notes
Chmod Calculator
Calculate Linux file permissions (777, 755 etc) easily.
Cron Expression Builder
Build and validate cron expressions with visual interface and presets
CSS/JS Minifier
Minify your CSS and JavaScript code to reduce file size.
Database Connection String Builder
Build and URL-encode connection strings for PostgreSQL, MySQL, MongoDB, Redis and SQLite from a simple form — with JDBC and key/value variants
Docker Compose Builder
Build a valid docker-compose.yml from a visual form — services, images, ports, volumes, environment variables, restart policies and dependencies