Colors

Named Color Constants

a. color.aqua

Description
Type
See Also

Is a named constant for #00BCD4 color.

const color

color.black, color.silver, color.gray, color.white, color.maroon, color.red, color.purple, color.fuchsia, color.green, color.lime, color.olive, color.yellow, color.navy, color.blue, color.teal, color.orange

b. color.black

Description
Type
See Also

Is a named constant for #363A45 color.

const color

color.aqua, color.silver, color.gray, color.white, color.maroon, color.red, color.purple, color.fuchsia, color.green, color.lime, color.olive, color.yellow, color.navy, color.blue, color.teal, color.orange

c. color.blue

Description
Type
See Also

Is a named constant for #2962ff color.

const color

color.aqua, color.black, color.silver, color.gray, color.white, color.maroon, color.red, color.purple, color.fuchsia, color.green, color.lime, color.olive, color.yellow, color.navy, color.teal, color.orange

d. color.fuchsia

Description
Type
See Also

Is a named constant for #E040FB color.

const color

color.aqua, color.black, color.blue, color.silver, color.gray, color.white, color.maroon, color.red, color.purple, color.green, color.lime, color.olive, color.yellow, color.navy, color.teal, color.orange

e. color.gray

Description
Type
See Also

Is a named constant for #787B86 color.

const color

color.aqua, color.black, color.blue, color.fuchsia, color.silver, color.white, color.maroon, color.red, color.purple, color.green, color.lime, color.olive, color.yellow, color.navy, color.teal, color.orange

f. color.green

Description
Type
See Also

Is a named constant for #4CAF50 color.

const color

color.aqua, color.black, color.blue, color.fuchsia, color.gray, color.silver, color.white, color.maroon, color.red, color.purple, color.lime, color.olive, color.yellow, color.navy, color.teal, color.orange

g. color.lime

Description
Type
See Also

Is a named constant for #00E676 color.

const color

color.aqua, color.black, color.blue, color.fuchsia, color.gray, color.green, color.silver, color.white, color.maroon, color.red, color.purple, color.olive, color.yellow, color.navy, color.teal, color.orange

h. color.maroon

Description
Type
See Also

Is a named constant for #880E4F color.

const color

color.aqua, color.black, color.blue, color.fuchsia, color.gray, color.green, color.lime, color.silver, color.white, color.red, color.purple, color.olive, color.yellow, color.navy, color.teal, color.orange

i. color.navy

Description
Type
See Also

Is a named constant for #311B92 color.

const color

color.aqua, color.black, color.blue, color.fuchsia, color.gray, color.green, color.lime, color.maroon, color.silver, color.white, color.red, color.purple, color.olive, color.yellow, color.teal, color.orange

j. color.olive

Description
Type
See Also

Is a named constant for #808000 color.

const color

color.aqua, color.black, color.blue, color.fuchsia, color.gray, color.green, color.lime, color.maroon, color.navy, color.silver, color.white, color.red, color.purple, color.yellow, color.teal, color.orange

k. color.orange

Description
Type
See Also

Is a named constant for #FF9800 color.

const color

color.aqua, color.black, color.blue, color.fuchsia, color.gray, color.green, color.lime, color.maroon, color.navy, color.olive, color.silver, color.white, color.red, color.purple, color.yellow, color.teal

l. color.purple

Description
Type
See Also

Is a named constant for #9C27B0 color.

const color

color.aqua, color.black, color.blue, color.fuchsia, color.gray, color.green, color.lime, color.maroon, color.navy, color.olive, color.orange, color.silver, color.white, color.red, color.yellow, color.teal

m. color.red

Description
Type
See Also

Is a named constant for #FF5252 color.

const color

color.aqua, color.black, color.blue, color.fuchsia, color.gray, color.green, color.lime, color.maroon, color.navy, color.olive, color.orange, color.purple, color.silver, color.white, color.yellow, color.teal

n. color.silver

Description
Type
See Also

Is a named constant for #B2B5BE color.

const color

color.aqua, color.black, color.blue, color.fuchsia, color.gray, color.green, color.lime, color.maroon, color.navy, color.olive, color.orange, color.purple, color.red, color.white, color.yellow, color.teal

o. color.teal

Description
Type
See Also

Is a named constant for #00897B color.

const color

color.aqua, color.black, color.blue, color.fuchsia, color.gray, color.green, color.lime, color.maroon, color.navy, color.olive, color.orange, color.purple, color.red, color.silver, color.white, color.yellow

p. color.white

Description
Type
See Also

Is a named constant for #FFFFFF color.

const color

color.aqua, color.black, color.blue, color.fuchsia, color.gray, color.green, color.lime, color.maroon, color.navy, color.olive, color.orange, color.purple, color.red, color.silver, color.yellow, color.teal

q. color.yellow

Description
Type
See Also

Is a named constant for #FFEB3B color.

const color

color.aqua, color.black, color.blue, color.fuchsia, color.gray, color.green, color.lime, color.maroon, color.navy, color.olive, color.orange, color.purple, color.red, color.silver, color.white, color.teal

Last updated