Get Color Palettes from ColorHunt.co in Python

I am creating a Color Addon for Blender And I am trying to retrieve color Palettes From Famous sites. I would like to start with ColorHunt. Basically as you can see on the site there are a lot of color palettes. I would like to get all the avaiable palettes in an array containing the HEX Values of the color in that palette, for example: (“FF0000”, “ab1234”, “cd337H”, “ff0066”) and so on. Is that possible?

Leave a Comment