From 067e82341770777c11347200c1799cb2d161ec7c Mon Sep 17 00:00:00 2001 From: Luis Romero Date: Sun, 18 Oct 2020 02:03:57 -0500 Subject: [PATCH] add HTML Color Codes. --- helpers/html-color-codes.json | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/helpers/html-color-codes.json b/helpers/html-color-codes.json index b540c4c6..a9372980 100644 --- a/helpers/html-color-codes.json +++ b/helpers/html-color-codes.json @@ -1,10 +1,14 @@ { "name": "HTML Color Codes", - "desc": "Genereate and export color shades and tints", - "url": "https://www.hexcolortool.com/", + "desc": "Get HTML color codes, Hex color codes, RGB and HSL values with our color picker, color chart and HTML color names.", + "url": "https://htmlcolorcodes.com/", "tags": [ - "Color" + "CSS", + "Color", + "HTML" ], - "maintainers": [], - "addedAt": "2020-02-13" + "maintainers": [ + "dixonandmoe" + ], + "addedAt": "2020-10-18" }