Skip to content

Instantly share code, notes, and snippets.

@mir4a
Created December 24, 2013 16:43
Show Gist options
  • Save mir4a/8115458 to your computer and use it in GitHub Desktop.
Save mir4a/8115458 to your computer and use it in GitHub Desktop.
What if airplanes got their own hex-colours by their models? Here is sample colour vars for sass lang
$boeing_787: #787;
$boeing_777: #777;
$boeing_767: #767;
$boeing_747: #747;
$boeing_737: #737;
$airbus_320: #320;
$airbus_330: #330;
$airbus_340: #340;
$airbus_350: #350;
$airbus_380: #380;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment