diff --git a/colors.json b/colors.json index c0c6722..c78b8fb 100644 --- a/colors.json +++ b/colors.json @@ -313,8 +313,10 @@ { "name": "charcoal", "r":55, "g":53, "b":53}, { "name": "pink", "r":251, "g":187, "b":201}, { "name": "red", "r":193, "g":56, "b":40}, + { "name": "maroon", "r":95, "g":48, "b":50}, { "name": "blue", "r":94, "g":177, "b":231}, { "name": "royal-blue", "r":0, "g":70, "b":173}, + { "name": "navy", "r":0, "g":46, "b":95}, { "name": "mint", "r":142, "g":215, "b":176}, { "name": "green", "r":29, "g":182, "b":58}, { "name": "olive", "r":83, "g":104, "b":43}, @@ -326,4 +328,4 @@ { "name": "purple-2627c", "r":67, "g":22, "b":94} ] } -] \ No newline at end of file +]