linear interpolation

September 10, 2023

Need colors between defined ones in tailwindcss? There have been times when I wished for colors like "slate 150" or "zinc 175." Luckily, I found a library that can help with this: github.com/brandonmcconnell/tailwind-lerp-colors. It allows you to define your own color stops programmatically.