Color picker for Sketchful
Hold alt and click on a color to remove it, palette needs to be unlocked.
Hold alt + shift until a red border appears around the colors, then click on any color to remove the page.
Hold shift and click the color you want to change, pick a color, and then save it by pressing the save icon.
Select a color from the canvas by alt + clicking on it.
Shift + click the save icon to download the current palette.
Drag and drop a text file with hex codes onto the save icon to load a palette. You can import palettes from this website by exporting them as code and dragging that txt file.
To reset the palettes back to the default ones paste this into the console:
(function () {
localStorage.removeItem("palettes");
localStorage.removeItem("lockedPalettes");
})();