Skip to content

Instantly share code, notes, and snippets.

@monkstone
Created December 14, 2015 08:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save monkstone/208e47c99a4f47f4c00b to your computer and use it in GitHub Desktop.
Save monkstone/208e47c99a4f47f4c00b to your computer and use it in GitHub Desktop.
web = %w{#841B2D #c0c0c0 #ffd700}
names = %i{RUBY SILVER GOLD}
colours = names.zip(web).to_h
background color(colours[:GOLD])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment