Hi everyone
Have you ever noticed how some elements on page have colors that match a particular image? For instance, here is an example from Facebook of a gradient that depends on the muted color of an image
As you can see, there is a gold-ish gradient on the left and right side of the image. I wanted to reproduce this behavior inside my app, so I made a plugin: Color Chameleon
- Place the color kit element on the page
- Enter the id of the image you want to extract a color palette from
- Use the exposed states for your colors!
This is a must have. Have a look at this:
The colors of the buttons, links and icons are all dependent on the cover image.
Here’s another example using this plugin:
Let me know if you have any questions
Cheers