Josehower / random-color-generator-fall-2023-viena-austria

Home Page:https://replit.com/@josefernandof27/random-color-generator-fall-2023-viena-austria

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Random Color Generator

  • Get a random color
node index.js
###############################
###############################
###############################
#####                     #####
#####       #edff28       #####
#####                     #####
###############################
###############################
###############################
  • Get a random color by passing an specific hue
node index.js blue
###############################
###############################
###############################
#####                     #####
#####       #edff28       #####
#####                     #####
###############################
###############################
###############################
  • Get a random color by passing an specific hue and luminosity
node index.js blue light
###############################
###############################
###############################
#####                     #####
#####       #edff28       #####
#####                     #####
###############################
###############################
###############################