ADAvishek Dhimalinpalettecss.hashnode.dev·2d ago · 2 min readStop Hardcoding Hex Codes: Set Up CSS Color Variables in 10 MinutesSearch your codebase for # right now. If you find the same hex code copy-pasted in fourteen places, this post is for you. Hardcoded colors are the technical debt nobody talks about. They work fine — u00
ADAvishek Dhimalinpalettecss.hashnode.dev·Jun 28 · 2 min readHow to Add a Custom Color Palette to Tailwind in 2 MinutesTailwind's default palette is great — which is exactly the problem. Every Tailwind site reaches for blue-500 and gray-800, so they all start to look the same. A custom palette fixes that, and it takes00
ADAvishek Dhimalinpalettecss.hashnode.dev·Jun 16 · 3 min readA Frontend Dev's Guide to CSS Gradients & Color Palettes (with copy-paste code)How to pick colors, build a palette with CSS variables, and ship modern gradients in CSS and Tailwind — without a design degree. As developers, we can build the entire app — auth, database, deploy — a00