Tachyons

svg

svg fills

.fill-black { fill: #000 }
.fill-near-black { fill: #111 }
.fill-dark-gray { fill: #333 }
.fill-mid-gray { fill: #555 }
.fill-gray { fill: #777 }
.fill-silver { fill: #999 }
.fill-light-silver { fill: #aaa }
.fill-moon-gray { fill: #ccc }
.fill-light-gray { fill: #eee }
.fill-near-white { fill: #f4f4f4 }
.fill-white { fill: #fff }
.fill-blue { fill: #0074D9 }
.fill-light-blue { fill: #64a8ff }
.fill-lightest-blue { fill: #a2dfff }
.fill-dark-blue { fill: #0045a1 }
.fill-darkest-blue { fill: #002f86 }
.fill-yellow { fill: #fff93c }
.fill-light-yellow { fill: #fffa60 }
.fill-lightest-yellow { fill: #fffca6 }
.fill-dark-yellow { fill: #e2c100 }
.fill-darkest-yellow { fill: #c4a600 }
.fill-orange { fill: #FF851B }
.fill-light-orange { fill: #ffa942 }
.fill-lightest-orange { fill: #ffc55d }
.fill-dark-orange { fill: #d05e00 }
.fill-darkest-orange { fill: #b14400 }
.fill-red { fill: #d82c2c }
.fill-light-red { fill: #f94f44 }
.fill-lightest-red { fill: #ff6c5c }
.fill-dark-red { fill: #bd001a }
.fill-darkest-red { fill: #9d0003 }
.fill-teal { fill: #27bfa8 }
.fill-light-teal { fill: #4eddc5 }
.fill-lightest-teal { fill: #6ffae0 }
.fill-dark-teal { fill: #25a28f }
.fill-darkest-teal { fill: #008876 }
.fill-green { fill: #3D9970 }
.fill-light-green { fill: #5ab48a }
.fill-lightest-green { fill: #75d0a4 }
.fill-dark-green { fill: #1e7f58 }
.fill-darkest-green { fill: #006540 }
.fill-pink { fill: #F012BE }
.fill-light-pink { fill: #ff57e8 }
.fill-lightest-pink { fill: #ff81ff }
.fill-dark-pink { fill: #d100a3 }
.fill-darkest-pink { fill: #b20088 }
.fill-purple { fill: #980bc6 }
.fill-light-purple { fill: #b536e2 }
.fill-lightest-purple { fill: #d355ff }
.fill-dark-purple { fill: #7b00a9 }
.fill-darkest-purple { fill: #5f008e }

svg strokes

.sw-4 { stroke-width: 4 }
.stroke-black { stroke: #000 }
.stroke-near-black { stroke: #111 }
.stroke-dark-gray { stroke: #333 }
.stroke-mid-gray { stroke: #555 }
.stroke-gray { stroke: #777 }
.stroke-silver { stroke: #999 }
.stroke-light-silver { stroke: #aaa }
.stroke-moon-gray { stroke: #ccc }
.stroke-light-gray { stroke: #eee }
.stroke-near-white { stroke: #f4f4f4 }
.stroke-white { stroke: #fff }
.stroke-blue { stroke: #0074D9 }
.stroke-light-blue { stroke: #64a8ff }
.stroke-lightest-blue { stroke: #a2dfff }
.stroke-dark-blue { stroke: #0045a1 }
.stroke-darkest-blue { stroke: #002f86 }
.stroke-yellow { stroke: #fff93c }
.stroke-light-yellow { stroke: #fffa60 }
.stroke-lightest-yellow { stroke: #fffca6 }
.stroke-dark-yellow { stroke: #e2c100 }
.stroke-darkest-yellow { stroke: #c4a600 }
.stroke-orange { stroke: #FF851B }
.stroke-light-orange { stroke: #ffa942 }
.stroke-lightest-orange { stroke: #ffc55d }
.stroke-dark-orange { stroke: #d05e00 }
.stroke-darkest-orange { stroke: #b14400 }
.stroke-red { stroke: #d82c2c }
.stroke-light-red { stroke: #f94f44 }
.stroke-lightest-red { stroke: #ff6c5c }
.stroke-dark-red { stroke: #bd001a }
.stroke-darkest-red { stroke: #9d0003 }
.stroke-teal { stroke: #27bfa8 }
.stroke-light-teal { stroke: #4eddc5 }
.stroke-lightest-teal { stroke: #6ffae0 }
.stroke-dark-teal { stroke: #25a28f }
.stroke-darkest-teal { stroke: #008876 }
.stroke-green { stroke: #3D9970 }
.stroke-light-green { stroke: #5ab48a }
.stroke-lightest-green { stroke: #75d0a4 }
.stroke-dark-green { stroke: #1e7f58 }
.stroke-darkest-green { stroke: #006540 }
.stroke-pink { stroke: #F012BE }
.stroke-light-pink { stroke: #ff57e8 }
.stroke-lightest-pink { stroke: #ff81ff }
.stroke-dark-pink { stroke: #d100a3 }
.stroke-darkest-pink { stroke: #b20088 }
.stroke-purple { stroke: #980bc6 }
.stroke-light-purple { stroke: #b536e2 }
.stroke-lightest-purple { stroke: #d355ff }
.stroke-dark-purple { stroke: #7b00a9 }
.stroke-darkest-purple { stroke: #5f008e }