Skip to content

yyolk/random-palette-color

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

random-palette-color

Return a random palette color

Installation

$ component install yyolk/random-palette-color

Usage

var RandomPaletteColor = require("random-palette-color");
function changeBodyColor(){
  document.getElementById("body").style.backgroundColor = RandomPaletteColor();
}
changeBodyColor();

License

MIT

About

Returns a random palette color

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published