All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.oblac.nomen.Colors Maven / Gradle / Ivy

There is a newer version: 2.2.1
Show newest version
package com.oblac.nomen;

public final class Colors {

	public static final String[] LIST = new String[]{
		"aqua",
		"aquamarine",
		"azure",
		"beige",
		"bisque",
		"black",
		"blue",
		"brown",
		"chartreuse",
		"chocolate",
		"coral",
		"cornsilk",
		"crimson",
		"cyan",
		"dark",
		"dim",
		"fuchsia",
		"gainsboro",
		"ghostWhite",
		"gold",
		"gray",
		"green",
		"indigo",
		"ivory",
		"khaki",
		"lavender",
		"lime",
		"linen",
		"magenta",
		"maroon",
		"moccasin",
		"navy",
		"olive",
		"orange",
		"orchid",
		"peru",
		"pink",
		"plum",
		"purple",
		"red",
		"salmon",
		"sienna",
		"silver",
		"snow",
		"tan",
		"teal",
		"thistle",
		"tomato",
		"turquoise",
		"violet",
		"wheat",
		"white",
		"yellow",
	};
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy