blockly > utils > colour > names

utils.colour.names variable

A map that contains the 16 basic colour keywords as defined by W3C: https://www.w3.org/TR/2018/REC-css-color-3-20180619/#html4 The keys of this map are the lowercase "readable" names of the colours, while the values are the "hex" values.

Signature:

names: {
    [key: string]: string;
}