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)