#368dda - This amazing color is the blue I use for most of my projects.
The color looks great on light or dark backgrounds, and is quite useful on many elements as well.
- Use as native CSS variable, stylus, sass, or less.
<link rel="stylesheet" type="text/css" href="css/iammenasco-blue.css"/>
- Install via npm
npm install iammenasco-blue -S
- Install via bower
bower install iammenasco-blue -S
<link rel="stylesheet" href="node_modules/iammenasco-blue/css/iammenasco-blue.css">
- or import using sass (and the like):
@import "../node_modules/iammenasco-blue/sass/iammenasco-blue.sass";
var(--color-iammenasco-blue)
in all your CSS files$color-iammenasco-blue
in the others