com.oblac.nomen.Colors Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of nomen-est-omen Show documentation
Show all versions of nomen-est-omen Show documentation
Random names generator; for IDs or fun.
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",
};
}