Skip to content

Instantly share code, notes, and snippets.

@cs-altshift
Created November 2, 2022 10:49
Show Gist options
  • Save cs-altshift/2d4b489b4a84e1cf8fed975db8c979bb to your computer and use it in GitHub Desktop.
Save cs-altshift/2d4b489b4a84e1cf8fed975db8c979bb to your computer and use it in GitHub Desktop.
Extended Colors for Unity
using UnityEngine;
namespace AltShift.Productivity
{
// Extracted from: https://www.december.com/html/spec/colorpercompact.html
public static class ExtendedColor
{
public static Color _100_euro = new Color(0.53f, 0.78f, 0.49f);
public static Color _20_pound = new Color(0.64f, 0.4f, 0.51f);
public static Color _6_ball = new Color(0.11f, 0.39f, 0.33f);
public static Color alaska_sky = new Color(0.11f, 0.25f, 0.55f);
public static Color aliceblue = new Color(0.94f, 0.97f, 1f);
public static Color alizarin_crimson = new Color(0.89f, 0.15f, 0.21f);
public static Color almond = new Color(0.77f, 0.56f, 0.28f);
public static Color aluminum = new Color(0.66f, 0.67f, 0.71f);
public static Color amethyst = new Color(0.62f, 0.42f, 0.52f);
public static Color anjou_pear = new Color(0.73f, 0.69f, 0.03f);
public static Color antiquewhite = new Color(0.98f, 0.92f, 0.84f);
public static Color antiquewhite1 = new Color(1f, 0.94f, 0.86f);
public static Color antiquewhite2 = new Color(0.93f, 0.87f, 0.8f);
public static Color antiquewhite3 = new Color(0.8f, 0.75f, 0.69f);
public static Color antiquewhite4 = new Color(0.55f, 0.51f, 0.47f);
public static Color apple = new Color(0.8f, 0.31f, 0.36f);
public static Color apricot = new Color(0.98f, 0.63f, 0.42f);
public static Color aqua = new Color(0.4f, 0.8f, 0.8f);
public static Color aquaman = new Color(0.22f, 0.74f, 0.38f);
public static Color aquamarine = new Color(0.5f, 1f, 0.83f);
public static Color aquamarine2 = new Color(0.46f, 0.93f, 0.78f);
public static Color aquamarine4 = new Color(0.27f, 0.55f, 0.45f);
public static Color aquarium = new Color(0.18f, 0.67f, 0.59f);
public static Color army_men = new Color(0.2f, 0.46f, 0.34f);
public static Color army_uniform = new Color(0.21f, 0.25f, 0.24f);
public static Color ash = new Color(0.78f, 0.76f, 0.71f);
public static Color atlantic_green = new Color(0.16f, 0.56f, 0.51f);
public static Color aureolineyellow = new Color(1f, 0.66f, 0.14f);
public static Color avacado = new Color(0.64f, 0.76f, 0.34f);
public static Color avocado = new Color(0.6f, 0.63f, 0.28f);
public static Color azure = new Color(0.94f, 1f, 1f);
public static Color azure2 = new Color(0.88f, 0.93f, 0.93f);
public static Color azure3 = new Color(0.76f, 0.8f, 0.8f);
public static Color azure4 = new Color(0.51f, 0.55f, 0.55f);
public static Color bacon = new Color(0.78f, 0.36f, 0.34f);
public static Color bakerschocolate = new Color(0.36f, 0.2f, 0.09f);
public static Color banana = new Color(0.89f, 0.81f, 0.34f);
public static Color banker_s_lamp = new Color(0.05f, 0.55f, 0.23f);
public static Color barney = new Color(0.83f, 0.19f, 0.55f);
public static Color bartlett_pear = new Color(0.8f, 0.67f, 0.18f);
public static Color battleship = new Color(0.82f, 0.82f, 0.77f);
public static Color beach_sand = new Color(0.93f, 0.84f, 0.69f);
public static Color beer = new Color(0.9f, 0.74f, 0.23f);
public static Color beige = new Color(0.96f, 0.96f, 0.86f);
public static Color beige_dark = new Color(0.64f, 0.58f, 0.5f);
public static Color bermuda_sand = new Color(0.96f, 0.79f, 0.8f);
public static Color big_blue_bus = new Color(0.23f, 0.4f, 0.65f);
public static Color bing_cherry = new Color(0.63f, 0.14f, 0.13f);
public static Color bisque = new Color(1f, 0.89f, 0.77f);
public static Color bisque2 = new Color(0.93f, 0.84f, 0.72f);
public static Color bisque3 = new Color(0.8f, 0.72f, 0.62f);
public static Color bisque4 = new Color(0.55f, 0.49f, 0.42f);
public static Color black_beauty_plum = new Color(0.26f, 0.17f, 0.18f);
public static Color blackberry = new Color(0.23f, 0.23f, 0.22f);
public static Color blanchedalmond = new Color(1f, 0.92f, 0.8f);
public static Color bloodorange = new Color(0.8f, 0.07f, 0f);
public static Color bloodred = new Color(0.4f, 0f, 0f);
public static Color blue = new Color(0f, 0f, 1f);
public static Color blue2 = new Color(0f, 0f, 0.93f);
public static Color blue_angels = new Color(0.17f, 0.31f, 0.51f);
public static Color blue_bird = new Color(0.29f, 0.45f, 0.67f);
public static Color blue_bucket = new Color(0.29f, 0.62f, 0.96f);
public static Color blue_corn = new Color(0.2f, 0.25f, 0.32f);
public static Color blue_corn_chips = new Color(0.35f, 0.31f, 0.34f);
public static Color blue_cow = new Color(0.53f, 0.67f, 0.88f);
public static Color blue_deep = new Color(0.22f, 0.02f, 0.45f);
public static Color blue_dog = new Color(0.32f, 0.36f, 0.4f);
public static Color blue_fern = new Color(0.46f, 0.61f, 0.52f);
public static Color blue_grapes = new Color(0.23f, 0.29f, 0.56f);
public static Color blue_green_algae = new Color(0.23f, 0.52f, 0.44f);
public static Color blue_ice = new Color(0.85f, 0.96f, 0.94f);
public static Color blue_jeans = new Color(0.26f, 0.32f, 0.42f);
public static Color blue_lagoon = new Color(0.3f, 0.72f, 0.65f);
public static Color blue_line = new Color(0.2f, 0.63f, 0.87f);
public static Color blue_mist = new Color(0.51f, 0.81f, 0.99f);
public static Color blue_nile = new Color(0.49f, 0.5f, 0.58f);
public static Color blue_pill = new Color(0.32f, 0.56f, 0.93f);
public static Color blue_ridge_mtns = new Color(0.29f, 0.51f, 0.81f);
public static Color blue_safe = new Color(0.4f, 0f, 1f);
public static Color blue_shark = new Color(0.41f, 0.59f, 0.68f);
public static Color blue_spider = new Color(0.15f, 0.27f, 0.43f);
public static Color blue_sponge = new Color(0.36f, 0.57f, 0.69f);
public static Color blue_stone = new Color(0.31f, 0.45f, 0.62f);
public static Color blue_train = new Color(0.23f, 0.35f, 0.58f);
public static Color blue_tuna = new Color(0.41f, 0.49f, 0.59f);
public static Color blue_velvet = new Color(0.09f, 0.13f, 0.32f);
public static Color blue_whale = new Color(0.26f, 0.39f, 0.5f);
public static Color blueberry = new Color(0.46f, 0.63f, 0.82f);
public static Color blueberry_fresh = new Color(0.35f, 0.44f, 0.68f);
public static Color bluegrass = new Color(0.3f, 0.44f, 0.39f);
public static Color blueviolet = new Color(0.62f, 0.37f, 0.62f);
public static Color bone = new Color(1f, 1f, 0.8f);
public static Color bordeaux = new Color(0.6f, 0.09f, 0.17f);
public static Color bottle_green = new Color(0.11f, 0.64f, 0.22f);
public static Color braeburn_apple = new Color(0.73f, 0.16f, 0.24f);
public static Color brass = new Color(0.71f, 0.65f, 0.26f);
public static Color bread = new Color(0.99f, 0.84f, 0.61f);
public static Color breadfruit = new Color(0.52f, 0.61f, 0.15f);
public static Color brick = new Color(0.61f, 0.4f, 0.12f);
public static Color bright_red = new Color(1f, 0f, 0.2f);
public static Color brightgold = new Color(0.85f, 0.85f, 0.1f);
public static Color broadwaypink = new Color(1f, 0f, 0.4f);
public static Color broccoli = new Color(0.35f, 0.41f, 0.29f);
public static Color bronze = new Color(0.55f, 0.47f, 0.33f);
public static Color bronzeii = new Color(0.65f, 0.49f, 0.24f);
public static Color brown = new Color(0.65f, 0.16f, 0.16f);
public static Color brown1 = new Color(0.55f, 0.15f, 0f);
public static Color brown2 = new Color(0.93f, 0.23f, 0.23f);
public static Color brown3 = new Color(0.8f, 0.2f, 0.2f);
public static Color brown4 = new Color(0.55f, 0.14f, 0.14f);
public static Color brownmadder = new Color(0.86f, 0.16f, 0.16f);
public static Color brownochre = new Color(0.53f, 0.26f, 0.12f);
public static Color brushed_aluminum = new Color(0.71f, 0.77f, 0.75f);
public static Color bubble_gum = new Color(1f, 0.57f, 0.73f);
public static Color bunny_eye = new Color(0.65f, 0.26f, 0.36f);
public static Color burgundy = new Color(0.62f, 0.02f, 0.03f);
public static Color burlywood = new Color(0.87f, 0.72f, 0.53f);
public static Color burlywood1 = new Color(1f, 0.83f, 0.61f);
public static Color burlywood2 = new Color(0.93f, 0.77f, 0.57f);
public static Color burlywood3 = new Color(0.8f, 0.67f, 0.49f);
public static Color burlywood4 = new Color(0.55f, 0.45f, 0.33f);
public static Color burntsienna = new Color(0.54f, 0.21f, 0.06f);
public static Color burntumber = new Color(0.54f, 0.2f, 0.14f);
public static Color buttermilk = new Color(1f, 0.95f, 0.71f);
public static Color cactus = new Color(0.39f, 0.44f, 0.34f);
public static Color cadetblue = new Color(0.37f, 0.62f, 0.62f);
public static Color cadetblue1 = new Color(0.6f, 0.96f, 1f);
public static Color cadetblue2 = new Color(0.56f, 0.9f, 0.93f);
public static Color cadetblue3 = new Color(0.48f, 0.77f, 0.8f);
public static Color cadetblue4 = new Color(0.33f, 0.53f, 0.55f);
public static Color cadmium_yellowlight = new Color(1f, 0.69f, 0.06f);
public static Color cadmiumlemon = new Color(1f, 0.89f, 0.01f);
public static Color cadmiumorange = new Color(1f, 0.38f, 0.01f);
public static Color cadmiumreddeep = new Color(0.89f, 0.09f, 0.05f);
public static Color cadmiumredlight = new Color(1f, 0.01f, 0.05f);
public static Color cadmiumyellow = new Color(1f, 0.6f, 0.07f);
public static Color cafe_americano = new Color(0.21f, 0.16f, 0.1f);
public static Color cafe_au_lait = new Color(0.71f, 0.49f, 0.24f);
public static Color camo1 = new Color(0.81f, 0.86f, 0.77f);
public static Color camo2 = new Color(0.66f, 0.79f, 0.64f);
public static Color camo3 = new Color(0.62f, 0.71f, 0.55f);
public static Color cantaloupe = new Color(0.61f, 0.66f, 0.6f);
public static Color cantaloupe_pulp = new Color(0.98f, 0.6f, 0.31f);
public static Color canvas = new Color(0.62f, 0.53f, 0.32f);
public static Color cappuccino = new Color(0.7f, 0.53f, 0.28f);
public static Color caribbean = new Color(0.26f, 0.75f, 0.98f);
public static Color carnation = new Color(0.87f, 0.52f, 0.69f);
public static Color carolina_blue = new Color(0.33f, 0.62f, 0.76f);
public static Color carrot = new Color(0.93f, 0.57f, 0.13f);
public static Color cashew = new Color(0.87f, 0.68f, 0.45f);
public static Color cat_eye = new Color(0.75f, 0.9f, 0.33f);
public static Color celery = new Color(0.81f, 0.84f, 0.52f);
public static Color celtics = new Color(0f, 0.38f, 0.11f);
public static Color cerulean = new Color(0.02f, 0.72f, 0.8f);
public static Color cerulean_blue = new Color(0.61f, 0.77f, 0.89f);
public static Color chartreuse = new Color(0.5f, 1f, 0f);
public static Color chartreuse2 = new Color(0.46f, 0.93f, 0f);
public static Color chartreuse3 = new Color(0.4f, 0.8f, 0f);
public static Color chartreuse4 = new Color(0.27f, 0.55f, 0f);
public static Color chartreuse_verte = new Color(0.74f, 0.91f, 0.22f);
public static Color cheddar = new Color(1f, 0.77f, 0.41f);
public static Color chemical_suit = new Color(0.35f, 0.58f, 0.9f);
public static Color cherry = new Color(0.92f, 0.37f, 0.4f);
public static Color chili = new Color(0.83f, 0.29f, 0.26f);
public static Color chili_powder = new Color(0.78f, 0.25f, 0.09f);
public static Color chocolate = new Color(0.82f, 0.41f, 0.12f);
public static Color chocolate1 = new Color(1f, 0.5f, 0.14f);
public static Color chocolate2 = new Color(0.93f, 0.46f, 0.13f);
public static Color chocolate3 = new Color(0.8f, 0.4f, 0.11f);
public static Color chrome = new Color(0.91f, 0.95f, 0.83f);
public static Color chromeoxidegreen = new Color(0.4f, 0.5f, 0.08f);
public static Color cichlid = new Color(0f, 0.24f, 1f);
public static Color cinnabargreen = new Color(0.38f, 0.7f, 0.16f);
public static Color cinnamon = new Color(0.67f, 0.4f, 0f);
public static Color circuit_board = new Color(0.23f, 0.4f, 0.16f);
public static Color clover = new Color(0.24f, 0.63f, 0.33f);
public static Color cobalt = new Color(0.4f, 0.4f, 1f);
public static Color cobaltgreen = new Color(0.24f, 0.57f, 0.25f);
public static Color cobaltvioletdeep = new Color(0.57f, 0.13f, 0.62f);
public static Color coconut = new Color(1f, 0.99f, 0.81f);
public static Color coconut_shell = new Color(0.74f, 0.46f, 0.26f);
public static Color coffee = new Color(0.67f, 0.33f, 0.01f);
public static Color coke_bottle = new Color(0.47f, 0.66f, 0.53f);
public static Color cola = new Color(0.69f, 0.25f, 0.21f);
public static Color coldgrey = new Color(0.5f, 0.54f, 0.53f);
public static Color conch = new Color(0.82f, 0.66f, 0.67f);
public static Color concord_grape = new Color(0.4f, 0f, 0.6f);
public static Color cool_copper = new Color(0.85f, 0.53f, 0.1f);
public static Color cool_mint = new Color(0.56f, 1f, 0.98f);
public static Color cooler = new Color(0.16f, 0.29f, 0.26f);
public static Color copper = new Color(0.72f, 0.45f, 0.2f);
public static Color coral = new Color(1f, 0.5f, 0.31f);
public static Color coral1 = new Color(1f, 0.45f, 0.34f);
public static Color coral2 = new Color(0.93f, 0.42f, 0.31f);
public static Color coral3 = new Color(0.8f, 0.36f, 0.27f);
public static Color coral4 = new Color(0.55f, 0.24f, 0.18f);
public static Color corfu_pink = new Color(0.93f, 0.78f, 0.93f);
public static Color corn = new Color(0.98f, 0.93f, 0.36f);
public static Color cornflower = new Color(0.2f, 0f, 1f);
public static Color cornflowerblue = new Color(0.39f, 0.58f, 0.93f);
public static Color cornsilk = new Color(1f, 0.97f, 0.86f);
public static Color cornsilk2 = new Color(0.93f, 0.91f, 0.8f);
public static Color cornsilk3 = new Color(0.8f, 0.78f, 0.69f);
public static Color cornsilk4 = new Color(0.55f, 0.53f, 0.47f);
public static Color cotton_candy = new Color(0.97f, 0.7f, 0.85f);
public static Color cranberry = new Color(0.71f, 0.19f, 0.42f);
public static Color cranberry_jello = new Color(0.96f, 0.3f, 0.44f);
public static Color cream_city_brick = new Color(0.89f, 0.87f, 0.71f);
public static Color crema = new Color(0.78f, 0.43f, 0.02f);
public static Color crimson = new Color(0.86f, 0.08f, 0.24f);
public static Color cucumber = new Color(0.17f, 0.36f, 0.25f);
public static Color curacao = new Color(0.36f, 0.35f, 0.73f);
public static Color cyan = new Color(0f, 1f, 1f);
public static Color cyan2 = new Color(0f, 0.93f, 0.93f);
public static Color cyan3 = new Color(0f, 0.8f, 0.8f);
public static Color dark_wheat = new Color(0.91f, 0.78f, 0.51f);
public static Color darkblue = new Color(0f, 0f, 0.55f);
public static Color darkcherryred = new Color(0.2f, 0f, 0f);
public static Color darkcyan = new Color(0f, 0.55f, 0.55f);
public static Color darkgoldenrod = new Color(0.72f, 0.53f, 0.04f);
public static Color darkgoldenrod1 = new Color(1f, 0.73f, 0.06f);
public static Color darkgoldenrod2 = new Color(0.93f, 0.68f, 0.05f);
public static Color darkgoldenrod3 = new Color(0.8f, 0.58f, 0.05f);
public static Color darkgoldenrod4 = new Color(0.55f, 0.4f, 0.03f);
public static Color darkgray = new Color(0.66f, 0.66f, 0.66f);
public static Color darkgreen = new Color(0.18f, 0.31f, 0.18f);
public static Color darkgreencopper = new Color(0.29f, 0.46f, 0.43f);
public static Color darkgrey = new Color(0.66f, 0.66f, 0.66f);
public static Color darkkhaki = new Color(0.74f, 0.72f, 0.42f);
public static Color darkmagenta = new Color(0.55f, 0f, 0.55f);
public static Color darkolivegreen = new Color(0.33f, 0.42f, 0.18f);
public static Color darkolivegreen1 = new Color(0.79f, 1f, 0.44f);
public static Color darkolivegreen2 = new Color(0.74f, 0.93f, 0.41f);
public static Color darkolivegreen3 = new Color(0.64f, 0.8f, 0.35f);
public static Color darkolivegreen4 = new Color(0.43f, 0.55f, 0.24f);
public static Color darkorange = new Color(1f, 0.55f, 0f);
public static Color darkorange1 = new Color(1f, 0.5f, 0f);
public static Color darkorange2 = new Color(0.93f, 0.46f, 0f);
public static Color darkorange3 = new Color(0.8f, 0.4f, 0f);
public static Color darkorange4 = new Color(0.55f, 0.27f, 0f);
public static Color darkorange5 = new Color(1f, 0.53f, 0f);
public static Color darkorchid = new Color(0.6f, 0.2f, 0.8f);
public static Color darkorchid1 = new Color(0.75f, 0.24f, 1f);
public static Color darkorchid2 = new Color(0.7f, 0.23f, 0.93f);
public static Color darkorchid3 = new Color(0.6f, 0.2f, 0.8f);
public static Color darkorchid4 = new Color(0.41f, 0.13f, 0.55f);
public static Color darkpurple = new Color(0.53f, 0.12f, 0.47f);
public static Color darkred = new Color(0.55f, 0f, 0f);
public static Color darksalmon = new Color(0.91f, 0.59f, 0.48f);
public static Color darkseagreen = new Color(0.56f, 0.74f, 0.56f);
public static Color darkseagreen1 = new Color(0.76f, 1f, 0.76f);
public static Color darkseagreen2 = new Color(0.71f, 0.93f, 0.71f);
public static Color darkseagreen3 = new Color(0.61f, 0.8f, 0.61f);
public static Color darkseagreen4 = new Color(0.41f, 0.55f, 0.41f);
public static Color darkslateblue = new Color(0.42f, 0.14f, 0.56f);
public static Color darkslategray = new Color(0.18f, 0.31f, 0.31f);
public static Color darkslategray1 = new Color(0.59f, 1f, 1f);
public static Color darkslategray2 = new Color(0.55f, 0.93f, 0.93f);
public static Color darkslategray3 = new Color(0.47f, 0.8f, 0.8f);
public static Color darkslategray4 = new Color(0.32f, 0.55f, 0.55f);
public static Color darkslategrey = new Color(0.18f, 0.31f, 0.31f);
public static Color darktan = new Color(0.59f, 0.41f, 0.31f);
public static Color darkturquoise = new Color(0.44f, 0.58f, 0.86f);
public static Color darkviolet = new Color(0.58f, 0f, 0.83f);
public static Color darkwood = new Color(0.52f, 0.37f, 0.26f);
public static Color deepochre = new Color(0.45f, 0.24f, 0.1f);
public static Color deeppink = new Color(1f, 0.08f, 0.58f);
public static Color deeppink2 = new Color(0.93f, 0.07f, 0.54f);
public static Color deeppink3 = new Color(0.8f, 0.06f, 0.46f);
public static Color deeppink4 = new Color(0.55f, 0.04f, 0.31f);
public static Color deeppurple = new Color(0.33f, 0.06f, 0.2f);
public static Color deepskyblue = new Color(0f, 0.75f, 1f);
public static Color deepskyblue2 = new Color(0f, 0.7f, 0.93f);
public static Color deepskyblue3 = new Color(0f, 0.6f, 0.8f);
public static Color deepskyblue4 = new Color(0f, 0.41f, 0.55f);
public static Color delft = new Color(0.13f, 0.19f, 0.42f);
public static Color denim = new Color(0.26f, 0.45f, 0.67f);
public static Color desert_sand = new Color(1f, 0.91f, 0.84f);
public static Color diamond_blue = new Color(0.05f, 0.75f, 0.91f);
public static Color dimgray = new Color(0.41f, 0.41f, 0.41f);
public static Color dimgrey = new Color(0.41f, 0.41f, 0.41f);
public static Color dodgerblue = new Color(0.12f, 0.56f, 1f);
public static Color dodgerblue2 = new Color(0.11f, 0.53f, 0.93f);
public static Color dodgerblue3 = new Color(0.09f, 0.45f, 0.8f);
public static Color dodgerblue4 = new Color(0.06f, 0.31f, 0.55f);
public static Color dog_tongue = new Color(0.96f, 0.64f, 0.84f);
public static Color dolphin = new Color(0.44f, 0.45f, 0.52f);
public static Color douglas_fir = new Color(0.25f, 0.38f, 0.17f);
public static Color dress_blue = new Color(0.23f, 0.19f, 0.47f);
public static Color dumpster = new Color(0f, 0.31f, 0f);
public static Color dustyrose = new Color(0.52f, 0.39f, 0.39f);
public static Color eggplant = new Color(0.51f, 0.4f, 0.53f);
public static Color eggshell = new Color(0.99f, 0.9f, 0.79f);
public static Color electric_turquoise = new Color(0.29f, 0.91f, 0.74f);
public static Color emerald = new Color(0.36f, 0.61f, 0.39f);
public static Color emerald_city = new Color(0.13f, 0.75f, 0.62f);
public static Color emeraldgreen = new Color(0f, 0.79f, 0.34f);
public static Color emeraldgreen2 = new Color(0.16f, 0.68f, 0.48f);
public static Color england_pound = new Color(0.41f, 0.52f, 0.44f);
public static Color englishred = new Color(0.83f, 0.24f, 0.1f);
public static Color espresso = new Color(0.91f, 0.78f, 0.65f);
public static Color eton_blue = new Color(0.59f, 0.78f, 0.64f);
public static Color feldspar = new Color(0.82f, 0.57f, 0.46f);
public static Color fenway_grass = new Color(0.32f, 0.44f, 0.21f);
public static Color fenway_monster = new Color(0.29f, 0.47f, 0.48f);
public static Color fire_truck_green = new Color(0.8f, 0.84f, 0.02f);
public static Color firebrick = new Color(0.7f, 0.13f, 0.13f);
public static Color firebrick1 = new Color(1f, 0.19f, 0.19f);
public static Color firebrick2 = new Color(0.93f, 0.17f, 0.17f);
public static Color firebrick3 = new Color(0.8f, 0.15f, 0.15f);
public static Color firebrick4 = new Color(0.55f, 0.1f, 0.1f);
public static Color firebrick5 = new Color(0.56f, 0.14f, 0.14f);
public static Color fisherman_s_float = new Color(0.38f, 0.49f, 0.43f);
public static Color flatpink = new Color(1f, 0.8f, 0.8f);
public static Color fleshochre = new Color(1f, 0.34f, 0.13f);
public static Color flight_jacket = new Color(0.5f, 0.53f, 0.47f);
public static Color floralwhite = new Color(1f, 0.98f, 0.94f);
public static Color fog = new Color(0.8f, 0.79f, 0.71f);
public static Color forestgreen = new Color(0.13f, 0.55f, 0.13f);
public static Color forestgreen2 = new Color(0.34f, 0.49f, 0.23f);
public static Color forget_me_nots = new Color(0.49f, 0.71f, 1f);
public static Color fraser_fir = new Color(0.3f, 0.42f, 0.31f);
public static Color fresh_green = new Color(0.37f, 0.85f, 0.62f);
public static Color frog = new Color(0.52f, 0.75f, 0.42f);
public static Color fuchsia = new Color(1f, 0f, 1f);
public static Color fuchsia2 = new Color(1f, 0f, 0.67f);
public static Color fuji_apple = new Color(0.84f, 0.44f, 0.38f);
public static Color gainsboro = new Color(0.86f, 0.86f, 0.86f);
public static Color ganegreen = new Color(0.47f, 0.47f, 0.2f);
public static Color garden_hose = new Color(0.07f, 0.56f, 0.42f);
public static Color garden_plum = new Color(0.44f, 0.39f, 0.49f);
public static Color geraniumlake = new Color(0.89f, 0.07f, 0.19f);
public static Color ghostwhite = new Color(0.97f, 0.97f, 1f);
public static Color go = new Color(0.26f, 0.84f, 0.55f);
public static Color gold = new Color(1f, 0.84f, 0f);
public static Color gold2 = new Color(0.93f, 0.79f, 0f);
public static Color gold3 = new Color(0.8f, 0.68f, 0f);
public static Color gold4 = new Color(0.55f, 0.46f, 0f);
public static Color gold5 = new Color(0.8f, 0.5f, 0.2f);
public static Color gold6 = new Color(0.8f, 0.5f, 0.2f);
public static Color gold7 = new Color(1f, 0.67f, 0f);
public static Color golden_delicious_apple = new Color(0.93f, 0.8f, 0.38f);
public static Color goldenrod = new Color(0.86f, 0.86f, 0.44f);
public static Color goldenrod1 = new Color(1f, 0.76f, 0.15f);
public static Color goldenrod2 = new Color(0.93f, 0.71f, 0.13f);
public static Color goldenrod3 = new Color(0.8f, 0.61f, 0.11f);
public static Color goldenrod4 = new Color(0.55f, 0.41f, 0.08f);
public static Color goldgreen = new Color(0.67f, 0.87f, 0f);
public static Color goldochre = new Color(0.78f, 0.47f, 0.15f);
public static Color grape = new Color(0.8f, 0f, 1f);
public static Color grapefruit = new Color(0.95f, 0.91f, 0.56f);
public static Color grass = new Color(0.3f, 0.74f, 0.2f);
public static Color gray = new Color(0.75f, 0.75f, 0.75f);
public static Color gray1 = new Color(0.01f, 0.01f, 0.01f);
public static Color gray10 = new Color(0.1f, 0.1f, 0.1f);
public static Color gray11 = new Color(0.11f, 0.11f, 0.11f);
public static Color gray12 = new Color(0.12f, 0.12f, 0.12f);
public static Color gray13 = new Color(0.13f, 0.13f, 0.13f);
public static Color gray14 = new Color(0.14f, 0.14f, 0.14f);
public static Color gray15 = new Color(0.15f, 0.15f, 0.15f);
public static Color gray16 = new Color(0.16f, 0.16f, 0.16f);
public static Color gray17 = new Color(0.17f, 0.17f, 0.17f);
public static Color gray18 = new Color(0.18f, 0.18f, 0.18f);
public static Color gray19 = new Color(0.19f, 0.19f, 0.19f);
public static Color gray2 = new Color(0.02f, 0.02f, 0.02f);
public static Color gray20 = new Color(0.2f, 0.2f, 0.2f);
public static Color gray21 = new Color(0.21f, 0.21f, 0.21f);
public static Color gray22 = new Color(0.22f, 0.22f, 0.22f);
public static Color gray23 = new Color(0.23f, 0.23f, 0.23f);
public static Color gray24 = new Color(0.24f, 0.24f, 0.24f);
public static Color gray25 = new Color(0.25f, 0.25f, 0.25f);
public static Color gray26 = new Color(0.26f, 0.26f, 0.26f);
public static Color gray27 = new Color(0.27f, 0.27f, 0.27f);
public static Color gray28 = new Color(0.28f, 0.28f, 0.28f);
public static Color gray29 = new Color(0.29f, 0.29f, 0.29f);
public static Color gray3 = new Color(0.03f, 0.03f, 0.03f);
public static Color gray30 = new Color(0.3f, 0.3f, 0.3f);
public static Color gray31 = new Color(0.31f, 0.31f, 0.31f);
public static Color gray32 = new Color(0.32f, 0.32f, 0.32f);
public static Color gray33 = new Color(0.33f, 0.33f, 0.33f);
public static Color gray34 = new Color(0.34f, 0.34f, 0.34f);
public static Color gray35 = new Color(0.35f, 0.35f, 0.35f);
public static Color gray36 = new Color(0.36f, 0.36f, 0.36f);
public static Color gray37 = new Color(0.37f, 0.37f, 0.37f);
public static Color gray38 = new Color(0.38f, 0.38f, 0.38f);
public static Color gray39 = new Color(0.39f, 0.39f, 0.39f);
public static Color gray4 = new Color(0.04f, 0.04f, 0.04f);
public static Color gray40 = new Color(0.4f, 0.4f, 0.4f);
public static Color gray42 = new Color(0.42f, 0.42f, 0.42f);
public static Color gray43 = new Color(0.43f, 0.43f, 0.43f);
public static Color gray44 = new Color(0.44f, 0.44f, 0.44f);
public static Color gray45 = new Color(0.45f, 0.45f, 0.45f);
public static Color gray46 = new Color(0.46f, 0.46f, 0.46f);
public static Color gray47 = new Color(0.47f, 0.47f, 0.47f);
public static Color gray48 = new Color(0.48f, 0.48f, 0.48f);
public static Color gray49 = new Color(0.49f, 0.49f, 0.49f);
public static Color gray5 = new Color(0.05f, 0.05f, 0.05f);
public static Color gray50 = new Color(0.5f, 0.5f, 0.5f);
public static Color gray51 = new Color(0.51f, 0.51f, 0.51f);
public static Color gray52 = new Color(0.52f, 0.52f, 0.52f);
public static Color gray53 = new Color(0.53f, 0.53f, 0.53f);
public static Color gray54 = new Color(0.54f, 0.54f, 0.54f);
public static Color gray55 = new Color(0.55f, 0.55f, 0.55f);
public static Color gray56 = new Color(0.56f, 0.56f, 0.56f);
public static Color gray57 = new Color(0.57f, 0.57f, 0.57f);
public static Color gray58 = new Color(0.58f, 0.58f, 0.58f);
public static Color gray59 = new Color(0.59f, 0.59f, 0.59f);
public static Color gray6 = new Color(0.06f, 0.06f, 0.06f);
public static Color gray60 = new Color(0.6f, 0.6f, 0.6f);
public static Color gray61 = new Color(0.61f, 0.61f, 0.61f);
public static Color gray62 = new Color(0.62f, 0.62f, 0.62f);
public static Color gray63 = new Color(0.63f, 0.63f, 0.63f);
public static Color gray64 = new Color(0.64f, 0.64f, 0.64f);
public static Color gray65 = new Color(0.65f, 0.65f, 0.65f);
public static Color gray66 = new Color(0.66f, 0.66f, 0.66f);
public static Color gray67 = new Color(0.67f, 0.67f, 0.67f);
public static Color gray68 = new Color(0.68f, 0.68f, 0.68f);
public static Color gray69 = new Color(0.69f, 0.69f, 0.69f);
public static Color gray7 = new Color(0.07f, 0.07f, 0.07f);
public static Color gray70 = new Color(0.7f, 0.7f, 0.7f);
public static Color gray71 = new Color(0.71f, 0.71f, 0.71f);
public static Color gray72 = new Color(0.72f, 0.72f, 0.72f);
public static Color gray73 = new Color(0.73f, 0.73f, 0.73f);
public static Color gray74 = new Color(0.74f, 0.74f, 0.74f);
public static Color gray75 = new Color(0.75f, 0.75f, 0.75f);
public static Color gray76 = new Color(0.76f, 0.76f, 0.76f);
public static Color gray77 = new Color(0.77f, 0.77f, 0.77f);
public static Color gray78 = new Color(0.78f, 0.78f, 0.78f);
public static Color gray79 = new Color(0.79f, 0.79f, 0.79f);
public static Color gray8 = new Color(0.08f, 0.08f, 0.08f);
public static Color gray80 = new Color(0.8f, 0.8f, 0.8f);
public static Color gray81 = new Color(0.81f, 0.81f, 0.81f);
public static Color gray82 = new Color(0.82f, 0.82f, 0.82f);
public static Color gray83 = new Color(0.83f, 0.83f, 0.83f);
public static Color gray84 = new Color(0.84f, 0.84f, 0.84f);
public static Color gray85 = new Color(0.85f, 0.85f, 0.85f);
public static Color gray86 = new Color(0.86f, 0.86f, 0.86f);
public static Color gray87 = new Color(0.87f, 0.87f, 0.87f);
public static Color gray88 = new Color(0.88f, 0.88f, 0.88f);
public static Color gray89 = new Color(0.89f, 0.89f, 0.89f);
public static Color gray9 = new Color(0.09f, 0.09f, 0.09f);
public static Color gray90 = new Color(0.9f, 0.9f, 0.9f);
public static Color gray91 = new Color(0.91f, 0.91f, 0.91f);
public static Color gray92 = new Color(0.92f, 0.92f, 0.92f);
public static Color gray93 = new Color(0.93f, 0.93f, 0.93f);
public static Color gray94 = new Color(0.94f, 0.94f, 0.94f);
public static Color gray95 = new Color(0.95f, 0.95f, 0.95f);
public static Color gray97 = new Color(0.97f, 0.97f, 0.97f);
public static Color gray98 = new Color(0.98f, 0.98f, 0.98f);
public static Color gray99 = new Color(0.99f, 0.99f, 0.99f);
public static Color greek_roof = new Color(0.23f, 0.42f, 0.63f);
public static Color green = new Color(0f, 0.5f, 0f);
public static Color green2 = new Color(0f, 0.93f, 0f);
public static Color green3 = new Color(0f, 0.8f, 0f);
public static Color green4 = new Color(0f, 0.55f, 0f);
public static Color green_agate = new Color(0.27f, 0.45f, 0.44f);
public static Color green_algae = new Color(0.39f, 0.67f, 0.38f);
public static Color green_apple = new Color(0.38f, 0.59f, 0.2f);
public static Color green_ash = new Color(0.4f, 0.56f, 0.53f);
public static Color green_bark = new Color(0.35f, 0.45f, 0.41f);
public static Color green_card = new Color(0.82f, 0.98f, 0.93f);
public static Color green_cheese = new Color(0.56f, 0.66f, 0.5f);
public static Color green_gables = new Color(0.24f, 0.46f, 0.43f);
public static Color green_goo = new Color(0.47f, 0.54f, 0.42f);
public static Color green_grape = new Color(0.81f, 0.8f, 0.08f);
public static Color green_grass_of_home = new Color(0.22f, 0.36f, 0.2f);
public static Color green_hornet = new Color(0.42f, 0.52f, 0.33f);
public static Color green_lantern = new Color(0.24f, 0.55f, 0.22f);
public static Color green_led = new Color(0.36f, 0.99f, 0.04f);
public static Color green_line = new Color(0.2f, 0.58f, 0.33f);
public static Color green_mist = new Color(0.74f, 0.93f, 0.57f);
public static Color green_mm = new Color(0.29f, 0.72f, 0.3f);
public static Color green_moth = new Color(0.48f, 0.75f, 0.42f);
public static Color green_party = new Color(0.24f, 0.42f, 0.31f);
public static Color green_pepper = new Color(0.22f, 0.49f, 0.01f);
public static Color green_quartz = new Color(0.54f, 0.64f, 0.48f);
public static Color green_scrubs = new Color(0.31f, 0.56f, 0.51f);
public static Color green_soap = new Color(0.55f, 0.87f, 0.51f);
public static Color green_stamp = new Color(0.32f, 0.48f, 0.35f);
public static Color green_taxi = new Color(0.25f, 0.62f, 0.3f);
public static Color green_visor = new Color(0.3f, 0.47f, 0.4f);
public static Color greencopper = new Color(0.32f, 0.5f, 0.46f);
public static Color greenishumber = new Color(1f, 0.24f, 0.05f);
public static Color greenyellow = new Color(0.68f, 1f, 0.18f);
public static Color grey = new Color(0.5f, 0.5f, 0.5f);
public static Color guacamole = new Color(0.65f, 0.84f, 0.52f);
public static Color gummi_green = new Color(0.14f, 0.83f, 0.19f);
public static Color gummi_red = new Color(0.99f, 0.08f, 0f);
public static Color gummi_yellow = new Color(0.98f, 0.86f, 0.05f);
public static Color ham = new Color(0.86f, 0.62f, 0.65f);
public static Color harold_s_crayon = new Color(0.71f, 0.13f, 0.52f);
public static Color heather_blue = new Color(0.72f, 0.76f, 0.82f);
public static Color hematite = new Color(0.89f, 0.32f, 0.32f);
public static Color holly = new Color(0.28f, 0.51f, 0.08f);
public static Color honey = new Color(1f, 0.9f, 0.67f);
public static Color honeydew = new Color(0.94f, 1f, 0.94f);
public static Color honeydew2 = new Color(0.88f, 0.93f, 0.88f);
public static Color honeydew3 = new Color(0.76f, 0.8f, 0.76f);
public static Color honeydew4 = new Color(0.51f, 0.55f, 0.51f);
public static Color hotpink = new Color(1f, 0.41f, 0.71f);
public static Color hotpink1 = new Color(1f, 0.43f, 0.71f);
public static Color hotpink2 = new Color(0.93f, 0.42f, 0.65f);
public static Color hotpink3 = new Color(0.8f, 0.38f, 0.56f);
public static Color hotpink4 = new Color(0.55f, 0.23f, 0.38f);
public static Color huntergreen = new Color(0.13f, 0.37f, 0.13f);
public static Color iceberg_lettuce = new Color(0.8f, 0.89f, 0.45f);
public static Color indianred = new Color(0.8f, 0.36f, 0.36f);
public static Color indianred1 = new Color(1f, 0.42f, 0.42f);
public static Color indianred2 = new Color(0.93f, 0.39f, 0.39f);
public static Color indianred3 = new Color(0.8f, 0.33f, 0.33f);
public static Color indianred4 = new Color(0.55f, 0.23f, 0.23f);
public static Color indiglo = new Color(0.02f, 0.91f, 1f);
public static Color indigo = new Color(0.29f, 0f, 0.51f);
public static Color indigo2 = new Color(0.13f, 0.53f, 0.41f);
public static Color indigo_dye = new Color(0.05f, 0.31f, 0.55f);
public static Color indigo_tile = new Color(0.45f, 0.35f, 0.5f);
public static Color irish_flag = new Color(0f, 0.6f, 0f);
public static Color isle_royale_greenstone = new Color(0.26f, 0.39f, 0.32f);
public static Color ivory = new Color(1f, 1f, 0.94f);
public static Color ivory2 = new Color(0.93f, 0.93f, 0.88f);
public static Color ivory3 = new Color(0.8f, 0.8f, 0.76f);
public static Color ivory4 = new Color(0.55f, 0.55f, 0.51f);
public static Color ivoryblack = new Color(0.16f, 0.14f, 0.13f);
public static Color jack_pine = new Color(0.25f, 0.31f, 0.07f);
public static Color jolly_green = new Color(0.61f, 0.8f, 0.1f);
public static Color jonathan_apple = new Color(0.7f, 0.26f, 0.17f);
public static Color kakapo = new Color(0.29f, 0.44f, 0.14f);
public static Color kelly = new Color(0.3f, 0.73f, 0.09f);
public static Color kermit = new Color(0.64f, 0.74f, 0.07f);
public static Color key_lime_pie = new Color(0.7f, 0.79f, 0.35f);
public static Color khaki = new Color(0.94f, 0.9f, 0.55f);
public static Color khaki1 = new Color(1f, 0.96f, 0.56f);
public static Color khaki2 = new Color(0.93f, 0.9f, 0.52f);
public static Color khaki3 = new Color(0.8f, 0.78f, 0.45f);
public static Color khaki4 = new Color(0.55f, 0.53f, 0.31f);
public static Color kidney_bean = new Color(0.69f, 0.24f, 0.06f);
public static Color kiwi = new Color(0.5f, 0.6f, 0.4f);
public static Color kumquat = new Color(0.86f, 0.54f, 0.04f);
public static Color la_maison_bleue = new Color(0.38f, 0.69f, 1f);
public static Color lake_erie = new Color(0.38f, 0.51f, 0.65f);
public static Color lake_huron = new Color(0.36f, 0.48f, 0.58f);
public static Color lake_michigan = new Color(0.31f, 0.65f, 0.76f);
public static Color lake_ontario = new Color(0.3f, 0.44f, 0.64f);
public static Color lake_superior = new Color(0.31f, 0.41f, 0.53f);
public static Color lampblack = new Color(0.18f, 0.28f, 0.23f);
public static Color latte = new Color(0.62f, 0.44f, 0.23f);
public static Color lavender = new Color(0.9f, 0.9f, 0.98f);
public static Color lavender_field = new Color(0.46f, 0.3f, 0.47f);
public static Color lavenderblush = new Color(1f, 0.94f, 0.96f);
public static Color lavenderblush2 = new Color(0.93f, 0.88f, 0.9f);
public static Color lavenderblush3 = new Color(0.8f, 0.76f, 0.77f);
public static Color lavenderblush4 = new Color(0.55f, 0.51f, 0.53f);
public static Color lawngreen = new Color(0.49f, 0.99f, 0f);
public static Color lcd_back = new Color(0.57f, 0.71f, 0.61f);
public static Color lcd_dark = new Color(0.31f, 0.47f, 0.53f);
public static Color leaf = new Color(0.33f, 0.68f, 0.23f);
public static Color lemon = new Color(0.84f, 0.77f, 0.22f);
public static Color lemonchiffon = new Color(1f, 0.98f, 0.8f);
public static Color lemonchiffon2 = new Color(0.93f, 0.91f, 0.75f);
public static Color lemonchiffon3 = new Color(0.8f, 0.79f, 0.65f);
public static Color lemonchiffon4 = new Color(0.55f, 0.54f, 0.44f);
public static Color liberty = new Color(0.64f, 0.86f, 0.82f);
public static Color lichen = new Color(0.75f, 0.85f, 0.69f);
public static Color light_blue = new Color(0.75f, 0.85f, 0.85f);
public static Color light_blue1 = new Color(0.75f, 0.94f, 1f);
public static Color light_blue2 = new Color(0.7f, 0.87f, 0.93f);
public static Color light_blue3 = new Color(0.6f, 0.75f, 0.8f);
public static Color light_blue4 = new Color(0.41f, 0.51f, 0.55f);
public static Color light_copper = new Color(0.93f, 0.76f, 0.58f);
public static Color light_cyan2 = new Color(0.82f, 0.93f, 0.93f);
public static Color light_cyan3 = new Color(0.71f, 0.8f, 0.8f);
public static Color light_cyan4 = new Color(0.48f, 0.55f, 0.55f);
public static Color light_goldenrod = new Color(0.93f, 0.87f, 0.51f);
public static Color light_goldenrod1 = new Color(1f, 0.93f, 0.55f);
public static Color light_goldenrod2 = new Color(0.93f, 0.86f, 0.51f);
public static Color light_goldenrod3 = new Color(0.8f, 0.75f, 0.44f);
public static Color light_goldenrod4 = new Color(0.55f, 0.51f, 0.3f);
public static Color light_green = new Color(0.56f, 0.93f, 0.56f);
public static Color light_pink1 = new Color(1f, 0.68f, 0.73f);
public static Color light_pink2 = new Color(0.93f, 0.64f, 0.68f);
public static Color light_pink3 = new Color(0.8f, 0.55f, 0.58f);
public static Color light_pink4 = new Color(0.55f, 0.37f, 0.4f);
public static Color light_salmon2 = new Color(0.93f, 0.58f, 0.45f);
public static Color light_salmon3 = new Color(0.8f, 0.51f, 0.38f);
public static Color light_salmon4 = new Color(0.55f, 0.34f, 0.26f);
public static Color light_skyblue1 = new Color(0.69f, 0.89f, 1f);
public static Color light_skyblue2 = new Color(0.64f, 0.83f, 0.93f);
public static Color light_skyblue3 = new Color(0.55f, 0.71f, 0.8f);
public static Color light_skyblue4 = new Color(0.38f, 0.48f, 0.55f);
public static Color light_slateblue = new Color(0.52f, 0.44f, 1f);
public static Color light_steelblue = new Color(0.56f, 0.56f, 0.74f);
public static Color light_steelblue1 = new Color(0.79f, 0.88f, 1f);
public static Color light_steelblue2 = new Color(0.74f, 0.82f, 0.93f);
public static Color light_steelblue3 = new Color(0.64f, 0.71f, 0.8f);
public static Color light_steelblue4 = new Color(0.43f, 0.48f, 0.55f);
public static Color light_teal = new Color(0f, 1f, 0.8f);
public static Color light_wood = new Color(0.91f, 0.76f, 0.65f);
public static Color light_yellow2 = new Color(0.93f, 0.93f, 0.82f);
public static Color light_yellow3 = new Color(0.8f, 0.8f, 0.71f);
public static Color light_yellow4 = new Color(0.55f, 0.55f, 0.48f);
public static Color lightblue = new Color(0.68f, 0.85f, 0.9f);
public static Color lightcoral = new Color(0.94f, 0.5f, 0.5f);
public static Color lightcyan = new Color(0.88f, 1f, 1f);
public static Color lightgoldenrodyellow = new Color(0.98f, 0.98f, 0.82f);
public static Color lightgray = new Color(0.83f, 0.83f, 0.83f);
public static Color lightgrey = new Color(0.83f, 0.83f, 0.83f);
public static Color lightpink = new Color(1f, 0.71f, 0.76f);
public static Color lightsalmon = new Color(1f, 0.63f, 0.48f);
public static Color lightseagreen = new Color(0.13f, 0.7f, 0.67f);
public static Color lightskyblue = new Color(0.53f, 0.81f, 0.98f);
public static Color lightslategray = new Color(0.47f, 0.53f, 0.6f);
public static Color lightslategrey = new Color(0.47f, 0.53f, 0.6f);
public static Color lightsteelblue = new Color(0.69f, 0.77f, 0.87f);
public static Color lightyellow = new Color(1f, 1f, 0.88f);
public static Color lime = new Color(0f, 1f, 0f);
public static Color limegreen = new Color(0.2f, 0.8f, 0.2f);
public static Color limepulp = new Color(0.83f, 0.93f, 0.57f);
public static Color limerind = new Color(0.2f, 0.31f, 0.09f);
public static Color lindsay_eyes = new Color(0.4f, 0.56f, 0.6f);
public static Color linen = new Color(0.98f, 0.94f, 0.9f);
public static Color liz_eyes = new Color(0.2f, 0.36f, 0.45f);
public static Color lizard = new Color(0.35f, 0.39f, 0.32f);
public static Color madderlakedeep = new Color(0.89f, 0.18f, 0.19f);
public static Color magenta = new Color(1f, 0f, 1f);
public static Color magenta2 = new Color(0.93f, 0f, 0.93f);
public static Color magenta3 = new Color(0.8f, 0f, 0.8f);
public static Color mailbox = new Color(0.19f, 0.39f, 0.65f);
public static Color malachite = new Color(0.06f, 0.5f, 0.44f);
public static Color malta_blue = new Color(0.32f, 0.46f, 0.58f);
public static Color manatee_gray = new Color(0.69f, 0.65f, 0.64f);
public static Color mandarianorange = new Color(0.89f, 0.47f, 0.2f);
public static Color manganeseblue = new Color(0.01f, 0.66f, 0.62f);
public static Color maroon = new Color(0.5f, 0f, 0f);
public static Color maroon1 = new Color(1f, 0.2f, 0.7f);
public static Color maroon2 = new Color(0.93f, 0.19f, 0.65f);
public static Color maroon3 = new Color(0.8f, 0.16f, 0.56f);
public static Color maroon4 = new Color(0.55f, 0.11f, 0.38f);
public static Color maroon5 = new Color(0.41f, 0.12f, 0f);
public static Color maroon6 = new Color(0.56f, 0.14f, 0.42f);
public static Color maroonb0 = new Color(0.69f, 0.19f, 0.38f);
public static Color marsorange = new Color(0.59f, 0.27f, 0.08f);
public static Color marsyellow = new Color(0.89f, 0.44f, 0.1f);
public static Color martini_olive = new Color(0.55f, 0.64f, 0.27f);
public static Color masters_jacket = new Color(0.09f, 0.25f, 0.22f);
public static Color mediterranean = new Color(0.24f, 0.46f, 0.43f);
public static Color medium_aquamarine2 = new Color(0.2f, 0.8f, 0.6f);
public static Color medium_aquamarine3 = new Color(0.2f, 0.8f, 0.6f);
public static Color medium_blue = new Color(0.2f, 0.2f, 0.8f);
public static Color medium_blue2 = new Color(0.2f, 0.2f, 0.8f);
public static Color medium_goldenrod = new Color(0.92f, 0.92f, 0.68f);
public static Color medium_orchid1 = new Color(0.88f, 0.4f, 1f);
public static Color medium_orchid2 = new Color(0.82f, 0.37f, 0.93f);
public static Color medium_orchid3 = new Color(0.71f, 0.32f, 0.8f);
public static Color medium_orchid4 = new Color(0.48f, 0.22f, 0.55f);
public static Color medium_purple1 = new Color(0.67f, 0.51f, 1f);
public static Color medium_purple2 = new Color(0.62f, 0.47f, 0.93f);
public static Color medium_purple3 = new Color(0.54f, 0.41f, 0.8f);
public static Color medium_purple4 = new Color(0.36f, 0.28f, 0.55f);
public static Color medium_seagreen = new Color(0.26f, 0.44f, 0.26f);
public static Color medium_slateblue2 = new Color(0.5f, 0f, 1f);
public static Color medium_turquoise = new Color(0.44f, 0.86f, 0.86f);
public static Color medium_wood = new Color(0.65f, 0.5f, 0.39f);
public static Color mediumaquamarine = new Color(0.4f, 0.8f, 0.67f);
public static Color mediumblue = new Color(0f, 0f, 0.8f);
public static Color mediumorchid = new Color(0.73f, 0.33f, 0.83f);
public static Color mediumpurple = new Color(0.58f, 0.44f, 0.86f);
public static Color mediumseagreen = new Color(0.24f, 0.7f, 0.44f);
public static Color mediumslateblue = new Color(0.48f, 0.41f, 0.93f);
public static Color mediumspringgreen = new Color(0f, 0.98f, 0.6f);
public static Color mediumturquoise = new Color(0.28f, 0.82f, 0.8f);
public static Color mediumvioletred = new Color(0.78f, 0.08f, 0.52f);
public static Color melon = new Color(0.89f, 0.66f, 0.41f);
public static Color melonrindgreen = new Color(0.87f, 1f, 0.65f);
public static Color metallic_mint = new Color(0.22f, 0.99f, 0.99f);
public static Color midnightblue = new Color(0.18f, 0.18f, 0.31f);
public static Color mint_blue = new Color(0.86f, 1f, 0.97f);
public static Color mint_candy = new Color(0.61f, 0.73f, 0.5f);
public static Color mint_green = new Color(0.74f, 0.99f, 0.79f);
public static Color mint_ice_cream = new Color(0.77f, 0.89f, 0.75f);
public static Color mintcream = new Color(0.96f, 1f, 0.98f);
public static Color mistyrose = new Color(1f, 0.89f, 0.88f);
public static Color mistyrose2 = new Color(0.93f, 0.84f, 0.82f);
public static Color mistyrose3 = new Color(0.8f, 0.72f, 0.71f);
public static Color mistyrose4 = new Color(0.55f, 0.49f, 0.48f);
public static Color moccasin = new Color(1f, 0.89f, 0.71f);
public static Color mocha_latte = new Color(0.79f, 0.69f, 0.58f);
public static Color moon = new Color(0.86f, 0.9f, 0.88f);
public static Color mouthwash = new Color(0f, 0.77f, 0.73f);
public static Color mtn_dew_bottle = new Color(0.34f, 0.48f, 0.23f);
public static Color mustard = new Color(1f, 0.8f, 0.07f);
public static Color naplesyellowdeep = new Color(1f, 0.66f, 0.07f);
public static Color natural_gas = new Color(0.36f, 0.56f, 0.96f);
public static Color natural_turquoise = new Color(0.27f, 0.76f, 0.72f);
public static Color navajowhite = new Color(1f, 0.87f, 0.68f);
public static Color navajowhite2 = new Color(0.93f, 0.81f, 0.63f);
public static Color navajowhite3 = new Color(0.8f, 0.7f, 0.55f);
public static Color navajowhite4 = new Color(0.55f, 0.47f, 0.37f);
public static Color navyblue = new Color(0.14f, 0.14f, 0.56f);
public static Color nectarine = new Color(1f, 0.2f, 0f);
public static Color neon_blue = new Color(0.4f, 0.78f, 1f);
public static Color neon_green = new Color(0.51f, 0.96f, 0.17f);
public static Color neonavocado = new Color(0f, 1f, 0.4f);
public static Color neonblue = new Color(0.3f, 0.3f, 1f);
public static Color neonpink = new Color(1f, 0.43f, 0.78f);
public static Color neptune = new Color(0.43f, 0.61f, 0.95f);
public static Color nerf_green = new Color(0.29f, 0.89f, 0.05f);
public static Color new_20 = new Color(0.72f, 0.78f, 0.71f);
public static Color newmidnightblue = new Color(0f, 0f, 0.61f);
public static Color newtan = new Color(0.92f, 0.78f, 0.62f);
public static Color night_vision = new Color(0.48f, 0.8f, 0.44f);
public static Color nikko_blue = new Color(0.51f, 0.56f, 0.87f);
public static Color noble_fir = new Color(0.28f, 0.42f, 0.2f);
public static Color novascotia_salmon = new Color(1f, 0.2f, 0.2f);
public static Color nypd_blue = new Color(0.22f, 0.72f, 0.8f);
public static Color obsidian = new Color(0.24f, 0.36f, 0.26f);
public static Color ochre = new Color(0.8f, 0.47f, 0.13f);
public static Color octopus = new Color(0.2f, 0.57f, 0.37f);
public static Color od_green = new Color(0.27f, 0.32f, 0.24f);
public static Color offwhiteblue = new Color(0.8f, 0.8f, 1f);
public static Color offwhitegreen = new Color(0.8f, 1f, 0.8f);
public static Color old_copper = new Color(0.45f, 0.69f, 0.72f);
public static Color old_money = new Color(0.2f, 0.44f, 0.28f);
public static Color oldgold = new Color(0.81f, 0.71f, 0.23f);
public static Color oldlace = new Color(0.99f, 0.96f, 0.9f);
public static Color olive = new Color(0.5f, 0.5f, 0f);
public static Color olive3b = new Color(0.23f, 0.37f, 0.17f);
public static Color olivedrab = new Color(0.42f, 0.56f, 0.14f);
public static Color olivedrab1 = new Color(0.75f, 1f, 0.24f);
public static Color olivedrab2 = new Color(0.7f, 0.93f, 0.23f);
public static Color olivedrab4 = new Color(0.41f, 0.55f, 0.13f);
public static Color ooze = new Color(0.24f, 0.48f, 0.37f);
public static Color orange = new Color(1f, 0.65f, 0f);
public static Color orange2 = new Color(0.93f, 0.6f, 0f);
public static Color orange3 = new Color(0.8f, 0.52f, 0f);
public static Color orange4 = new Color(0.55f, 0.35f, 0f);
public static Color orange5 = new Color(1f, 0.49f, 0.25f);
public static Color orange_candy = new Color(0.84f, 0.72f, 0.48f);
public static Color orange_crush = new Color(0.97f, 0.46f, 0.19f);
public static Color orangered = new Color(1f, 0.27f, 0f);
public static Color orangered2 = new Color(0.93f, 0.25f, 0f);
public static Color orangered3 = new Color(0.8f, 0.22f, 0f);
public static Color orangered4 = new Color(1f, 0.25f, 0.25f);
public static Color orchid = new Color(0.86f, 0.44f, 0.86f);
public static Color orchid1 = new Color(1f, 0.51f, 0.98f);
public static Color orchid2 = new Color(0.93f, 0.48f, 0.91f);
public static Color orchid3 = new Color(0.8f, 0.41f, 0.79f);
public static Color orchid4 = new Color(0.55f, 0.28f, 0.54f);
public static Color oregon_salmon = new Color(1f, 0.47f, 0.13f);
public static Color organic_tea = new Color(0.67f, 0.5f, 0.14f);
public static Color pabst_blue = new Color(0.16f, 0.23f, 0.56f);
public static Color pacific_blue = new Color(0.21f, 0.35f, 0.42f);
public static Color pacific_green = new Color(0.21f, 0.86f, 0.79f);
public static Color packer_gold = new Color(0.99f, 0.71f, 0.08f);
public static Color packer_green = new Color(0.13f, 0.24f, 0.19f);
public static Color palegoldenrod = new Color(0.93f, 0.91f, 0.67f);
public static Color palegreen = new Color(0.6f, 0.98f, 0.6f);
public static Color palegreen1 = new Color(0.6f, 1f, 0.6f);
public static Color palegreen3 = new Color(0.49f, 0.8f, 0.49f);
public static Color palegreen4 = new Color(0.33f, 0.55f, 0.33f);
public static Color paleturquoise = new Color(0.69f, 0.93f, 0.93f);
public static Color paleturquoise1 = new Color(0.73f, 1f, 1f);
public static Color paleturquoise2 = new Color(0.68f, 0.93f, 0.93f);
public static Color paleturquoise3 = new Color(0.59f, 0.8f, 0.8f);
public static Color paleturquoise4 = new Color(0.4f, 0.55f, 0.55f);
public static Color palevioletred = new Color(0.86f, 0.44f, 0.58f);
public static Color palevioletred1 = new Color(1f, 0.51f, 0.67f);
public static Color palevioletred2 = new Color(0.93f, 0.47f, 0.62f);
public static Color palevioletred3 = new Color(0.8f, 0.41f, 0.54f);
public static Color palevioletred4 = new Color(0.55f, 0.28f, 0.36f);
public static Color palm = new Color(0.38f, 0.51f, 0.25f);
public static Color papaya = new Color(1f, 1f, 0.49f);
public static Color papayawhip = new Color(1f, 0.94f, 0.84f);
public static Color park_bench = new Color(0.18f, 0.39f, 0.27f);
public static Color park_ranger = new Color(0.28f, 0.3f, 0.27f);
public static Color parrot = new Color(0.21f, 0.47f, 0.86f);
public static Color parrotgreen = new Color(0.2f, 1f, 0.2f);
public static Color passion_fruit = new Color(0.33f, 0.08f, 0.11f);
public static Color pastel_blue = new Color(0.76f, 0.94f, 0.96f);
public static Color pastel_green = new Color(0.57f, 0.8f, 0.65f);
public static Color pea = new Color(0.47f, 0.59f, 0.25f);
public static Color peach = new Color(1f, 0.6f, 0.33f);
public static Color peachpuff = new Color(1f, 0.85f, 0.73f);
public static Color peachpuff2 = new Color(0.93f, 0.8f, 0.68f);
public static Color peachpuff3 = new Color(0.8f, 0.69f, 0.58f);
public static Color peachpuff4 = new Color(0.55f, 0.47f, 0.4f);
public static Color peacock = new Color(0.2f, 0.63f, 0.79f);
public static Color peafowl = new Color(0.11f, 0.49f, 0.95f);
public static Color pear = new Color(0.82f, 0.89f, 0.19f);
public static Color pecan = new Color(0.88f, 0.56f, 0.18f);
public static Color periwinkle = new Color(0.67f, 0.67f, 1f);
public static Color permanent_green = new Color(0.04f, 0.79f, 0.17f);
public static Color permanent_redviolet = new Color(0.86f, 0.15f, 0.27f);
public static Color peru = new Color(0.8f, 0.52f, 0.25f);
public static Color picasso_blue = new Color(0.01f, 0.46f, 0.99f);
public static Color pickle = new Color(0.48f, 0.47f, 0.13f);
public static Color piglet_snout = new Color(0.93f, 0.76f, 0.75f);
public static Color pineapple = new Color(0.99f, 0.86f, 0.23f);
public static Color pinegreen = new Color(0f, 0.2f, 0f);
public static Color pink = new Color(1f, 0.75f, 0.8f);
public static Color pink1 = new Color(1f, 0.71f, 0.77f);
public static Color pink2 = new Color(0.93f, 0.66f, 0.72f);
public static Color pink3 = new Color(0.8f, 0.57f, 0.62f);
public static Color pink4 = new Color(0.55f, 0.39f, 0.42f);
public static Color pink_candy = new Color(0.86f, 0.64f, 0.8f);
public static Color pink_cloud = new Color(0.96f, 0.66f, 0.71f);
public static Color pink_glass = new Color(0.83f, 0.75f, 0.81f);
public static Color pink_jeep = new Color(0.88f, 0.26f, 0.5f);
public static Color pink_shell = new Color(0.96f, 0.8f, 0.85f);
public static Color pistachio_shell = new Color(0.92f, 0.81f, 0.67f);
public static Color plum = new Color(0.87f, 0.63f, 0.87f);
public static Color plum1 = new Color(1f, 0.73f, 1f);
public static Color plum2 = new Color(0.93f, 0.68f, 0.93f);
public static Color plum3 = new Color(0.8f, 0.59f, 0.8f);
public static Color plum4 = new Color(0.55f, 0.4f, 0.55f);
public static Color plum_pudding = new Color(0.53f, 0.16f, 0.32f);
public static Color police_strobe = new Color(0.04f, 0.71f, 1f);
public static Color pollock_blue = new Color(0.3f, 0.44f, 0.67f);
public static Color pomegranate = new Color(0.96f, 0.3f, 0.33f);
public static Color pond_scum = new Color(0.41f, 0.49f, 0.35f);
public static Color pool_table = new Color(0.19f, 0.73f, 0.3f);
public static Color popcornyellow = new Color(1f, 1f, 0.67f);
public static Color powderblue = new Color(0.69f, 0.88f, 0.9f);
public static Color presidential_blue = new Color(0.19f, 0.17f, 0.33f);
public static Color pumice = new Color(0.47f, 0.64f, 0.54f);
public static Color pummelo_pulp = new Color(0.96f, 0.47f, 0.35f);
public static Color purple = new Color(0.63f, 0.13f, 0.94f);
public static Color purple1 = new Color(0.61f, 0.19f, 1f);
public static Color purple2 = new Color(0.57f, 0.17f, 0.93f);
public static Color purple3 = new Color(0.49f, 0.15f, 0.8f);
public static Color purple4 = new Color(0.33f, 0.1f, 0.55f);
public static Color purple6 = new Color(0.67f, 0f, 1f);
public static Color purple_candy = new Color(0.74f, 0.63f, 0.8f);
public static Color purple_fish = new Color(0.7f, 0.45f, 0.65f);
public static Color purple_ink = new Color(0.61f, 0.42f, 0.6f);
public static Color purple_rain = new Color(0.41f, 0.27f, 0.54f);
public static Color purple_rose = new Color(0.37f, 0.18f, 0.47f);
public static Color putting = new Color(0.41f, 0.6f, 0.39f);
public static Color pyridiumorange = new Color(0.94f, 0.66f, 0.02f);
public static Color quartz = new Color(0.85f, 0.85f, 0.95f);
public static Color ralphyellow = new Color(0.8f, 0.8f, 0f);
public static Color raspberry = new Color(0.53f, 0.15f, 0.34f);
public static Color raspberry_red = new Color(0.98f, 0.11f, 0.18f);
public static Color rawsienna = new Color(0.78f, 0.38f, 0.08f);
public static Color rawumber = new Color(0.45f, 0.29f, 0.07f);
public static Color red = new Color(1f, 0f, 0f);
public static Color red2 = new Color(0.93f, 0f, 0f);
public static Color red3 = new Color(0.8f, 0f, 0f);
public static Color red_coat = new Color(0.72f, 0.07f, 0.14f);
public static Color red_delicious_apple = new Color(0.62f, 0.07f, 0.04f);
public static Color red_roof = new Color(0.78f, 0.36f, 0.3f);
public static Color richblue = new Color(0.35f, 0.35f, 0.67f);
public static Color robin_s_egg = new Color(0.76f, 0.89f, 0.93f);
public static Color romaine_lettuce = new Color(0.23f, 0.33f, 0.14f);
public static Color rose = new Color(1f, 0f, 0.8f);
public static Color rosemadder = new Color(0.89f, 0.21f, 0.22f);
public static Color rosybrown = new Color(0.74f, 0.56f, 0.56f);
public static Color rosybrown1 = new Color(1f, 0.76f, 0.76f);
public static Color rosybrown2 = new Color(0.93f, 0.71f, 0.71f);
public static Color rosybrown3 = new Color(0.8f, 0.61f, 0.61f);
public static Color rosybrown4 = new Color(0.55f, 0.41f, 0.41f);
public static Color royal_palm = new Color(0.25f, 0.41f, 0.15f);
public static Color royalblue = new Color(0.25f, 0.41f, 0.88f);
public static Color royalblue1 = new Color(0.28f, 0.46f, 1f);
public static Color royalblue2 = new Color(0.26f, 0.43f, 0.93f);
public static Color royalblue3 = new Color(0.23f, 0.37f, 0.8f);
public static Color royalblue4 = new Color(0.15f, 0.25f, 0.55f);
public static Color ruby_red = new Color(0.78f, 0.15f, 0.21f);
public static Color saddlebrown = new Color(0.55f, 0.27f, 0.07f);
public static Color safety_cone = new Color(1f, 0.33f, 0.2f);
public static Color safety_vest = new Color(0.78f, 0.96f, 0.15f);
public static Color salmon = new Color(0.98f, 0.5f, 0.45f);
public static Color salmon1 = new Color(1f, 0.55f, 0.41f);
public static Color salmon2 = new Color(0.93f, 0.51f, 0.38f);
public static Color salmon3 = new Color(0.8f, 0.44f, 0.33f);
public static Color salmon4 = new Color(0.55f, 0.3f, 0.22f);
public static Color salmon5 = new Color(0.44f, 0.26f, 0.26f);
public static Color sand = new Color(1f, 0.8f, 0.6f);
public static Color sandstone = new Color(0.65f, 0.55f, 0.52f);
public static Color sandybrown = new Color(0.96f, 0.64f, 0.38f);
public static Color sapgreen = new Color(0.19f, 0.5f, 0.08f);
public static Color scarlet = new Color(0.55f, 0.09f, 0.09f);
public static Color scotland_pound = new Color(0.28f, 0.44f, 0.33f);
public static Color sea_green = new Color(0.02f, 0.52f, 0.51f);
public static Color sea_urchin = new Color(0.41f, 0.23f, 0.37f);
public static Color seagreen = new Color(0.18f, 0.55f, 0.34f);
public static Color seagreen1 = new Color(0.33f, 1f, 0.62f);
public static Color seagreen2 = new Color(0.31f, 0.93f, 0.58f);
public static Color seagreen3 = new Color(0.26f, 0.8f, 0.5f);
public static Color seashell = new Color(1f, 0.96f, 0.93f);
public static Color seashell2 = new Color(0.93f, 0.9f, 0.87f);
public static Color seashell3 = new Color(0.8f, 0.77f, 0.75f);
public static Color seashell4 = new Color(0.55f, 0.53f, 0.51f);
public static Color seattle_salmon = new Color(1f, 0.4f, 0.4f);
public static Color seaweed = new Color(0.39f, 0.44f, 0.37f);
public static Color seaweed_roll = new Color(0.45f, 0.51f, 0.41f);
public static Color semisweet_chocolate1 = new Color(0.42f, 0.26f, 0.15f);
public static Color semisweet_chocolate2 = new Color(0.9f, 0.71f, 0.15f);
public static Color sepia = new Color(0.37f, 0.15f, 0.07f);
public static Color seurat_blue = new Color(0.45f, 0.6f, 0.77f);
public static Color sgibeet = new Color(0.56f, 0.22f, 0.56f);
public static Color sgibrightgray = new Color(0.77f, 0.76f, 0.67f);
public static Color sgichartreuse = new Color(0.44f, 0.78f, 0.44f);
public static Color sgilight_blue = new Color(0.49f, 0.62f, 0.75f);
public static Color sgilight_gray = new Color(0.67f, 0.67f, 0.67f);
public static Color sgiolivedrab = new Color(0.56f, 0.56f, 0.22f);
public static Color sgisalmon = new Color(0.78f, 0.44f, 0.44f);
public static Color sgislate_blue = new Color(0.44f, 0.44f, 0.78f);
public static Color sgiteal = new Color(0.22f, 0.56f, 0.56f);
public static Color shamrock = new Color(0.25f, 0.4f, 0.3f);
public static Color shamrock_shake = new Color(0.7f, 0.82f, 0.71f);
public static Color sienna = new Color(0.63f, 0.32f, 0.18f);
public static Color sienna1 = new Color(1f, 0.51f, 0.28f);
public static Color sienna2 = new Color(0.93f, 0.47f, 0.26f);
public static Color sienna3 = new Color(0.8f, 0.41f, 0.22f);
public static Color sienna4 = new Color(0.55f, 0.28f, 0.15f);
public static Color sign_blue = new Color(0f, 0.25f, 0.53f);
public static Color sign_brown = new Color(0.38f, 0.2f, 0.07f);
public static Color sign_green = new Color(0f, 0.42f, 0.33f);
public static Color sign_orange = new Color(0.87f, 0.46f, 0f);
public static Color sign_red = new Color(0.69f, 0.12f, 0.18f);
public static Color sign_yellow = new Color(0.99f, 0.82f, 0.09f);
public static Color silver = new Color(0.9f, 0.91f, 0.98f);
public static Color skyblue = new Color(0.53f, 0.81f, 0.92f);
public static Color skyblue1 = new Color(0.53f, 0.81f, 1f);
public static Color skyblue2 = new Color(0.49f, 0.75f, 0.93f);
public static Color skyblue3 = new Color(0.42f, 0.65f, 0.8f);
public static Color skyblue4 = new Color(0.29f, 0.44f, 0.55f);
public static Color skyblue5 = new Color(0f, 0.6f, 0.8f);
public static Color skyblue6 = new Color(0.2f, 0.6f, 0.8f);
public static Color slateblue = new Color(0.42f, 0.35f, 0.8f);
public static Color slateblue1 = new Color(0.51f, 0.44f, 1f);
public static Color slateblue2 = new Color(0.48f, 0.4f, 0.93f);
public static Color slateblue3 = new Color(0.41f, 0.35f, 0.8f);
public static Color slateblue4 = new Color(0.28f, 0.24f, 0.55f);
public static Color slategray = new Color(0.44f, 0.5f, 0.56f);
public static Color slategray1 = new Color(0.78f, 0.89f, 1f);
public static Color slategray2 = new Color(0.73f, 0.83f, 0.93f);
public static Color slategray3 = new Color(0.62f, 0.71f, 0.8f);
public static Color slategray4 = new Color(0.42f, 0.48f, 0.55f);
public static Color slategrey = new Color(0.44f, 0.5f, 0.56f);
public static Color smyrna_purple = new Color(0.64f, 0.38f, 0.48f);
public static Color snake = new Color(0.35f, 0.42f, 0.34f);
public static Color snow = new Color(1f, 0.98f, 0.98f);
public static Color snow2 = new Color(0.93f, 0.91f, 0.91f);
public static Color snow3 = new Color(0.8f, 0.79f, 0.79f);
public static Color snow4 = new Color(0.55f, 0.54f, 0.54f);
public static Color soylent_green = new Color(0.55f, 0.66f, 0.44f);
public static Color soylent_red = new Color(0.88f, 0.25f, 0.02f);
public static Color soylent_yellow = new Color(0.96f, 0.97f, 0.46f);
public static Color spicypink = new Color(1f, 0.11f, 0.68f);
public static Color spinach = new Color(0.26f, 0.36f, 0.21f);
public static Color springgreen = new Color(0f, 1f, 0.5f);
public static Color springgreen2 = new Color(0f, 0.93f, 0.46f);
public static Color springgreen3 = new Color(0f, 0.8f, 0.4f);
public static Color springgreen4 = new Color(0f, 0.55f, 0.27f);
public static Color st_louis_blues = new Color(0.17f, 0.32f, 0.59f);
public static Color stained_glass = new Color(0.18f, 0.22f, 1f);
public static Color stainless_steel = new Color(0.88f, 0.87f, 0.86f);
public static Color starbucks = new Color(0f, 0.4f, 0.2f);
public static Color steelblue = new Color(0.27f, 0.51f, 0.71f);
public static Color steelblue1 = new Color(0.39f, 0.72f, 1f);
public static Color steelblue2 = new Color(0.36f, 0.67f, 0.93f);
public static Color steelblue3 = new Color(0.31f, 0.58f, 0.8f);
public static Color steelblue4 = new Color(0.21f, 0.39f, 0.55f);
public static Color strawberry = new Color(0.75f, 0.15f, 0.15f);
public static Color strawberry_smoothie = new Color(0.92f, 0.71f, 0.77f);
public static Color summersky = new Color(0.22f, 0.69f, 0.87f);
public static Color surf = new Color(0.39f, 0.82f, 0.96f);
public static Color sweet_potato_vine = new Color(0.64f, 0.79f, 0.23f);
public static Color swimming_pool = new Color(0.4f, 0.9f, 0.93f);
public static Color tan = new Color(0.93f, 0.53f, 0.2f);
public static Color tan1 = new Color(1f, 0.65f, 0.31f);
public static Color tan2 = new Color(0.93f, 0.6f, 0.29f);
public static Color tan4 = new Color(0.55f, 0.35f, 0.17f);
public static Color tangerine = new Color(1f, 0.45f, 0.09f);
public static Color tank = new Color(0.38f, 0.37f, 0.25f);
public static Color tea_leaves = new Color(0.37f, 0.46f, 0.37f);
public static Color teal = new Color(0f, 0.5f, 0.5f);
public static Color teal_led = new Color(0.02f, 0.93f, 1f);
public static Color terreverte = new Color(0.22f, 0.37f, 0.06f);
public static Color thistle = new Color(0.85f, 0.75f, 0.85f);
public static Color thistle1 = new Color(1f, 0.88f, 1f);
public static Color thistle2 = new Color(0.93f, 0.82f, 0.93f);
public static Color thistle3 = new Color(0.8f, 0.71f, 0.8f);
public static Color thistle4 = new Color(0.55f, 0.48f, 0.55f);
public static Color titanium = new Color(0.71f, 0.69f, 0.66f);
public static Color titaniumwhite = new Color(0.99f, 1f, 0.94f);
public static Color tomato = new Color(1f, 0.39f, 0.28f);
public static Color tomato2 = new Color(0.93f, 0.36f, 0.26f);
public static Color tomato3 = new Color(0.8f, 0.31f, 0.22f);
public static Color tomato4 = new Color(0.55f, 0.21f, 0.15f);
public static Color tongue = new Color(0.91f, 0.62f, 0.66f);
public static Color topaz = new Color(0f, 0.6f, 0.88f);
public static Color tree_moss = new Color(0.4f, 0.62f, 0.2f);
public static Color tropical_blue = new Color(0.38f, 0.69f, 0.96f);
public static Color truegreen = new Color(0f, 0.69f, 0.2f);
public static Color truepurple = new Color(0.6f, 0f, 0.6f);
public static Color turnip = new Color(0.65f, 0.3f, 0.67f);
public static Color turquoise = new Color(0.68f, 0.92f, 0.92f);
public static Color turquoise1 = new Color(0f, 0.96f, 1f);
public static Color turquoise2 = new Color(0f, 0.9f, 0.93f);
public static Color turquoise3 = new Color(0f, 0.77f, 0.8f);
public static Color turquoise4 = new Color(0f, 0.53f, 0.55f);
public static Color turquoiseblue = new Color(0f, 0.78f, 0.55f);
public static Color ty_nant = new Color(0f, 0.28f, 0.98f);
public static Color ultramarine = new Color(0.07f, 0.04f, 0.56f);
public static Color ultramarine_violet = new Color(0.36f, 0.14f, 0.43f);
public static Color ulysses_butterfly = new Color(0.08f, 0.39f, 0.96f);
public static Color vandykebrown = new Color(0.37f, 0.15f, 0.02f);
public static Color vanilla_mint = new Color(0.71f, 0.84f, 0.75f);
public static Color venetianred = new Color(0.83f, 0.1f, 0.12f);
public static Color verydarkbrown = new Color(0.36f, 0.25f, 0.2f);
public static Color verylight_grey = new Color(0.8f, 0.8f, 0.8f);
public static Color violet = new Color(0.93f, 0.51f, 0.93f);
public static Color violet_flower = new Color(0.75f, 0.37f, 1f);
public static Color violetred = new Color(0.82f, 0.13f, 0.56f);
public static Color violetred1 = new Color(1f, 0.24f, 0.59f);
public static Color violetred2 = new Color(0.93f, 0.23f, 0.55f);
public static Color violetred3 = new Color(0.8f, 0.2f, 0.47f);
public static Color violetred4 = new Color(0.55f, 0.13f, 0.32f);
public static Color viridianlight = new Color(0.43f, 1f, 0.44f);
public static Color wales = new Color(0.29f, 0.79f, 0.28f);
public static Color warmgrey = new Color(0.5f, 0.5f, 0.41f);
public static Color wasabi = new Color(0.4f, 1f, 0.4f);
public static Color wasabi_sauce = new Color(0.68f, 0.73f, 0.32f);
public static Color watermelon_pulp = new Color(0.95f, 0.28f, 0.25f);
public static Color watermelon_rind = new Color(0.33f, 0.39f, 0.17f);
public static Color wavecrest = new Color(0.6f, 0.8f, 0.79f);
public static Color wet_moss = new Color(0.24f, 0.32f, 0.16f);
public static Color wheat = new Color(0.96f, 0.87f, 0.7f);
public static Color wheat1 = new Color(1f, 0.91f, 0.73f);
public static Color wheat2 = new Color(0.93f, 0.85f, 0.68f);
public static Color wheat3 = new Color(0.8f, 0.73f, 0.59f);
public static Color wheat4 = new Color(0.55f, 0.49f, 0.4f);
public static Color white = new Color(1f, 1f, 1f);
public static Color whitesmoke = new Color(0.96f, 0.96f, 0.96f);
public static Color wild_violet = new Color(0.51f, 0.04f, 0.73f);
public static Color yellow = new Color(1f, 1f, 0f);
public static Color yellow2 = new Color(0.93f, 0.93f, 0f);
public static Color yellow3 = new Color(0.8f, 0.8f, 0f);
public static Color yellow4 = new Color(0.55f, 0.55f, 0f);
public static Color yellow_candy = new Color(0.93f, 0.92f, 0.55f);
public static Color yellow_perch = new Color(0.88f, 0.85f, 0.45f);
public static Color yellowgreen = new Color(0.6f, 0.8f, 0.2f);
public static Color yellowgreen2 = new Color(0.6f, 0.8f, 0.2f);
public static Color yellowochre = new Color(0.89f, 0.51f, 0.09f);
public static Color yinmn_blue = new Color(0.18f, 0.31f, 0.56f);
public static Color yolk = new Color(1f, 0.9f, 0f);
public static Color zincwhite = new Color(0.99f, 0.97f, 1f);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment