Skip to content

Instantly share code, notes, and snippets.

@nstielau
Created April 19, 2010 17:26
Show Gist options
  • Save nstielau/371319 to your computer and use it in GitHub Desktop.
Save nstielau/371319 to your computer and use it in GitHub Desktop.
<script type="text/javascript" src="http://0to255.com/d862cb.js?variable=myColors"/>
<script type="text/javascript">
for (i=0; i< myColors.colors.length,i++) {
document.write("<div style='background-color:" + myColors.colors[i] + ";height:20px;'></div>");
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment