all files / node-csswring/lib/ color.js

100% Statements 2/2
100% Branches 0/0
100% Functions 0/0
100% Lines 2/2
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38                                                                       
"use strict";
 
const color = exports;
 
color.shortest = {
  "#f00": "red",
  "#000080": "navy",
  "#008000": "green",
  "#008080": "teal",
  "#4b0082": "indigo",
  "#800000": "maroon",
  "#800080": "purple",
  "#808000": "olive",
  "#808080": "gray",
  "#a0522d": "sienna",
  "#a52a2a": "brown",
  "#c0c0c0": "silver",
  "#cd853f": "peru",
  "#d2b48c": "tan",
  "#da70d6": "orchid",
  "#dda0dd": "plum",
  "#ee82ee": "violet",
  "#f0e68c": "khaki",
  "#f0ffff": "azure",
  "#f5deb3": "wheat",
  "#f5f5dc": "beige",
  "#fa8072": "salmon",
  "#faf0e6": "linen",
  "#ff6347": "tomato",
  "#ff7f50": "coral",
  "#ffa500": "orange",
  "#ffc0cb": "pink",
  "#ffd700": "gold",
  "#ffe4c4": "bisque",
  "#fffafa": "snow",
  "#fffff0": "ivory"
};