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.
Interpolate between defined colors in Tailwind config for additional color stops (e.g. red-425). Built with chroma.js. - GitHub - brandonmcconnell/tailwind-lerp-colors: Interpolate between defined ...