Skip to content
Discussion options

You must be logged in to vote

I know this is very old question, but I thought I'd leave my findings here for anyone else who was wondering about this effect.

I did a little digging through the UI code and found that it's a Tailwind CSS effect. Since all the code is minified it's hard to figure out what the exact setting is, however doing a little comparison work here's what I've figured out:

The hover effect is a Tailwind CSS hover filter that increases saturate() via --tw-saturate.
It makes colors appear more vivid without changing brightness or image data.

The closest I can tell is that the saturate effect is 1.1 (110% of original).

To replicate it, open image in Photoshop and go to Image > Adjustments > Hue/Saturat…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Auxiar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants