As a React Native developer, I constantly found myself struggling with visualizing color palettes β especially when working with TailwindCSS and NativeWind for mobile UIs.
Picking a few hex codes from a palette site just wasnβt cutting it. I wanted a way to see how color choices actually looked in a real mobile app before committing.
So I built: π ColorWind.dev
π§ What is ColorWind?
ColorWind is a dev tool that lets you build, preview, and export custom color palettes for mobile apps β with real-time previews in mobile UI mockups.
Hereβs what it offers:
β
Real-Time Previews
Build themes visually instead of guessing hex codes. See your color changes reflected instantly on light/dark mobile UI mockups.
β
Tailwind/NativeWind Support
Instantly export a valid tailwind.config.js or .ts file.
β
No Login. No Setup.
Just open the app, start customizing, and download your theme config.
β
Canvas Mode (like Figma).
Easily navigate mockups with zoom and pan controls
πΌοΈ Why Mobile Mockups?
Most color tools out there give you boxes, grids, or gradients. But mobile UI design is more than just pretty colors β itβs about how those colors feel in a real app.
With ColorWind, you get:
- Buttons, headers, backgrounds, and cards previewed live
- Light and dark toggle to test both modes instantly
- A realistic way to build themes youβd actually ship
π¦ Tailwind Config Export
Once youβre happy with your theme, hit Export to get a prebuilt config:
// tailwind.config.js
module.exports = {
theme: {
extend: {
colors: {
primary: '#...',
background: '#...',
text: '#...',
}
}
}
}
You can use this directly in TailwindCSS with NativeWind for React Native projects.
β¨ Why I Built It
This started as a personal tool for my own workflow, but after sharing early previews with some dev friends, I realized:
βWaitβ¦ everyone struggles with color config in mobile too.β
So I polished it up and launched it as a free tool β no login, no paywall, just pure dev utility.
π Try It Out
π Visit ColorWind.dev
If you're a mobile dev who builds with TailwindCSS/NativeWind, Iβd love to hear your thoughts!
Feel free to:
ππ» Try it
π«£ Break it
π€ Suggest features
π Tell me what sucks
π Thanks
Building this was a fun journey. If it helps even a few devs save time or design better, Iβll consider it a win.
If you enjoy it, consider sharing with your team or on Twitter/X.
Every little shoutout helps indie tools like this grow β€οΈ
Top comments (0)