This is a very self explanatory file. Download it, fork it or make requests to add or fix a color. It is licensed under the MIT License. So use it however you will.
Provides two less files containing most major brand color variables in brandColors.less and class names to call each variable in brandClasses.less!
Add to the folder used for storing less files to be compiled with your less precompiler.
Less File containing various brand color variables for use in your projects.
The project is organized in sections according to relevence.
//Blogging & Social
@bebo: #EE1010; //Bebo Red
===========
===========
d (infront of anything means "Dark")
l (infront of anything means "Light")
bl = blue (Ex. of "l" and "d" prefix: lbl =light blue; dbl = dark blue (as referenced from above))
rd = red
gn = green
bn = brown
yl = yellow
pk = pink
or = ornge
tn= tan
wh = white
bk = black
gr = grey
Is a less file giving a class name to each variable in brandColors.less
===========