This program is based on the Penguinmod extension Paint Utils created by Fruits555000. It currently only supports limited colors, with more to come, so I redesigned it to run in scratch and to support over 1,000 colors. Here is the current list of colors supported by the original extension: #FE2712 Red (Primary) #FD5308 Vermillion (Tertiary) #FB9902 Orange (Secondary) #FABC02 Amber (Tertiary) #FEFE33 Yellow (Primary) #D0EA2B Chartreuse (Tertiary) #66B032 Green (Secondary) #0392CE Teal (Tertiary) #0247FE Blue (Primary) #3D01A4 Violet (Tertiary) #8601AF Purple (Secondary) #A7194B Magenta (Tertiary) Also, 2 uploads in one day! Wow! (I actually think this is the first time that this has happened, though.)
This program uses a Wikipedia list of colors available here: https://en.wikipedia.org/wiki/List_of_colors_(alphabetical) I also used ChatGPT to help with Hex to RGB color conversion.