Created
January 8, 2021 11:47
-
-
Save Parvat-R/ff3c8765fa4b8646fc00440c3aa7883c to your computer and use it in GitHub Desktop.
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
| ''' | |
| Got Color Names From VS Code Insider! | |
| Contains : 132 Colors. | |
| ''' | |
| color= ['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', | |
| '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', | |
| 'lightgray', | |
| 'lightgreen', | |
| 'lightpink', | |
| 'lightsalmon', | |
| 'lightseagreen', | |
| 'lightskyblue', | |
| 'lightslategray', | |
| 'lightsteelblue', | |
| 'lightyellow', | |
| '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