Skip to content

Instantly share code, notes, and snippets.

@overra
Last active June 7, 2019 01:50
Show Gist options
  • Save overra/d92a3ba14f5e3b6eb33f761d6f79e3f0 to your computer and use it in GitHub Desktop.
Save overra/d92a3ba14f5e3b6eb33f761d6f79e3f0 to your computer and use it in GitHub Desktop.

Revisions

  1. overra revised this gist Jun 7, 2019. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion a.md
    Original file line number Diff line number Diff line change
    @@ -3,4 +3,6 @@ https://www.w3.org/TR/2018/REC-css-color-3-20180619/#html4

    with

    JSON.stringify(Array.from($0.querySelectorAll('tr :nth-child(3)')).map(f => f.textContent.trim()))
    ```
    JSON.stringify(Array.from($0.querySelectorAll('tr :nth-child(3)')).map(f => f.textContent.trim()))
    ```
  2. overra revised this gist Jun 7, 2019. 1 changed file with 6 additions and 0 deletions.
    6 changes: 6 additions & 0 deletions a.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    scraped these colors from
    https://www.w3.org/TR/2018/REC-css-color-3-20180619/#html4

    with

    JSON.stringify(Array.from($0.querySelectorAll('tr :nth-child(3)')).map(f => f.textContent.trim()))
  3. overra created this gist Jun 7, 2019.
    1 change: 1 addition & 0 deletions css-colors.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    ["aliceblue","antiquewhite","aqua","aquamarine","azure","beige","bisque","black","blanchedalmond","blue","blueviolet","brown","burlywood","cadetblue","chartreuse","chocolate","coral","cornflowerblue","cornsilk","crimson","cyan","darkblue","darkcyan","darkgoldenrod","darkgray","darkgreen","darkgrey","darkkhaki","darkmagenta","darkolivegreen","darkorange","darkorchid","darkred","darksalmon","darkseagreen","darkslateblue","darkslategray","darkslategrey","darkturquoise","darkviolet","deeppink","deepskyblue","dimgray","dimgrey","dodgerblue","firebrick","floralwhite","forestgreen","fuchsia","gainsboro","ghostwhite","gold","goldenrod","gray","green","greenyellow","grey","honeydew","hotpink","indianred","indigo","ivory","khaki","lavender","lavenderblush","lawngreen","lemonchiffon","lightblue","lightcoral","lightcyan","lightgoldenrodyellow","lightgray","lightgreen","lightgrey","lightpink","lightsalmon","lightseagreen","lightskyblue","lightslategray","lightslategrey","lightsteelblue","lightyellow","lime","limegreen","linen","magenta","maroon","mediumaquamarine","mediumblue","mediumorchid","mediumpurple","mediumseagreen","mediumslateblue","mediumspringgreen","mediumturquoise","mediumvioletred","midnightblue","mintcream","mistyrose","moccasin","navajowhite","navy","oldlace","olive","olivedrab","orange","orangered","orchid","palegoldenrod","palegreen","paleturquoise","palevioletred","papayawhip","peachpuff","peru","pink","plum","powderblue","purple","red","rosybrown","royalblue","saddlebrown","salmon","sandybrown","seagreen","seashell","sienna","silver","skyblue","slateblue","slategray","slategrey","snow","springgreen","steelblue","tan","teal","thistle","tomato","turquoise","violet","wheat","white","whitesmoke","yellow","yellowgreen"]