Brand Color is a collection of colors available in Sass, Less, Stylus and CSS.All you have to do is to click on the color an copy.
Here is how to implement:
Scss
@import 'bower_components/brand-colors/dist/latest/scss/brand-colors.latest.scss' .a-div { color: $spotify; }
less
@import 'bower_components/brand-colors/dist/latest/less/brand-colors.latest.less' .a-div { color: @spotify; }
Sass
@import 'bower_components/brand-colors/dist/latest/scss/brand-colors.latest.sass' .a-div color: $spotify <strong>stylus</strong> [php]@import 'bower_components/brand-colors/dist/latest/stylus/brand-colors.latest.styl' .a-div { color: $spotify; }
CSS
<head> <link rel="stylesheet" href="bower_components/brand-colors/dist/latest/css/brand-colors.latest.css">` <!-- minified version --> <link rel="stylesheet" href="bower_components/brand-colors/dist/latest/css/brand-colors.latest.min.css">`