Skip to content

Commit

Permalink
Update xkcd.json
Browse files Browse the repository at this point in the history
added additional 5 colors 
darker blue
(#011288)
 

darker green
(#087804)


green again
(#16d43f)

darker purple
(#5f1b6b)

darker pink
(#c4387f)
  • Loading branch information
Dankbee authored Jun 15, 2023
1 parent 4bb4098 commit 8f7f5f3
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions data/colors/xkcd.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
{
"description": "The 954 most common RGB monitor colors, as defined by several hundred thousand participants in the xkcd color name survey.",
"colors": [
{
"color": "darker blue",
"hex": "#011288"
},

{
"color": "darker green",
"hex": "#087804"
},

{
"color": "green again",
"hex": "#16d43f"
},

{
"color": "darker purple",
"hex": "#5f1b6b"
},

{
"color": "darker pink",
"hex": "#c4387f"
},

{
"color": "cloudy blue",
"hex": "#acc2d9"
Expand Down

0 comments on commit 8f7f5f3

Please sign in to comment.