Colors

Named Color Constants

a. color.aqua

DescriptionTypeSee 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

DescriptionTypeSee 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

DescriptionTypeSee 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

DescriptionTypeSee 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

DescriptionTypeSee 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

DescriptionTypeSee 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

DescriptionTypeSee 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

DescriptionTypeSee 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

DescriptionTypeSee 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

DescriptionTypeSee 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

DescriptionTypeSee 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

DescriptionTypeSee 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

DescriptionTypeSee 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

DescriptionTypeSee 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

DescriptionTypeSee 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

DescriptionTypeSee 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

DescriptionTypeSee 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