Created
July 21, 2022 07:47
-
-
Save AnthoniG/bcc58f22b5c34ce108933a7dae223a68 to your computer and use it in GitHub Desktop.
browser-colors
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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", | |
"darkkhaki", | |
"darkmagenta", | |
"darkolivegreen", | |
"darkorange", | |
"darkorchid", | |
"darkred", | |
"darksalmon", | |
"darkseagreen", | |
"darkslateblue", | |
"darkslategray", | |
"darkturquoise", | |
"darkviolet", | |
"deeppink", | |
"deepskyblue", | |
"dimgray", | |
"dodgerblue", | |
"firebrick", | |
"floralwhite", | |
"forestgreen", | |
"fuchsia", | |
"gainsboro", | |
"ghostwhite", | |
"gold", | |
"goldenrod", | |
"gray", | |
"green", | |
"greenyellow", | |
"honeydew", | |
"hotpink", | |
"indianred", | |
"indigo", | |
"ivory", | |
"khaki", | |
"lavender", | |
"lavenderblush", | |
"lawngreen", | |
"lemonchiffon", | |
"lightblue", | |
"lightcoral", | |
"lightcyan", | |
"lightgoldenrodyellow", | |
"lightgreen", | |
"lightgrey", | |
"lightpink", | |
"lightsalmon", | |
"lightseagreen", | |
"lightskyblue", | |
"lightslategray", | |
"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", | |
"snow", | |
"springgreen", | |
"steelblue", | |
"tan", | |
"teal", | |
"thistle", | |
"tomato", | |
"turquoise", | |
"violet", | |
"wheat", | |
"white", | |
"whitesmoke", | |
"yellow", | |
"yellowgreen", | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment