Classless Css Libraries

For small web projects that you don’t want to get large CSS frameworks like Tailwind to be involved, the classless CSS libraries can be very handy. You just 1-2 lines into the head of the html and get beautifully styled pages. Here are a few classless CSS libraries you can use: concrete.css water.css pico css simple css classless.de mvp.css NES.css drop-in minimal css Usage example To use water.css , just paste this into the <head> of your HTML: ...

2024-02-25 · 1 min

Color Palette Generators

I stumbled upon a hackernews thread where people have recommended many interesting tools to help with generating color palettes for various use cases. I’m creating this list for my future self, and will add other options whenever I come across one. uicolors.app : I’ve used this one when working on redesigning the user interface for my latest side project. The nice feature of uicolors.app is its Tailwind export functionality which allows you to quickly export the color palette as a Tailwind config code snippet. tints.dev : Palette Generator + API for Tailwind CSS colorjs.io huemint.com adevade.github.io/color-scheme-generator colorcolor.in colormind.io paletton.com huehive.co : Generate palettes with ChatGPT source ...

2024-02-21 · 1 min