Color Palette Generator
<script language="JavaScript">
function okclick(){
document.form1.butt.disabled=true;
document.form1.butt.value="Please Wait.";
document.form1.submit();
}
</script>
<!-- <form action="/cgi-bin/color-palette.fcgi" method="GET" name="form1"> -->
<form name="form1" action="/cgi-bin/color-palette.cgi" method="get">
Enter the URL of an image to get a color palette that matches the image. This is useful for coming up with a website color palette that matches a key image a client wants to work with.
</form>
