Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. const blue = {
  2. light: `rgb(0, ${randomColor(0, 160)}, 255)`,
  3. dark: `rgb(0, 32, ${randomColor(90, 190)})`
  4. };
  5.  
  6. const red = {
  7. light: `rgb(255, ${randomColor(0, 60)}, 0)`,
  8. dark: `rgb(${randomColor(150, 190)}, 0, 0})`
  9. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement