Base16
Base16 refers to the base-16 numeral system, a positional numeral system that uses sixteen distinct symbols. In most conventions, the digits 0 through 9 represent values zero to nine, and the letters A through F (or a–f) represent ten to fifteen. Each place value corresponds to a power of sixteen; thus one hex digit encodes four binary bits, or a nibble, making hexadecimal convenient for representing byte-oriented data. Hex notation is common in computing for memory addresses, machine code, and color values. In many contexts, hexadecimal numbers are prefixed with 0x or suffixed with h and written in uppercase or lowercase.
Base16 is also the name of a design project that provides a standardized set of sixteen colors
The Base16 approach separates color choices from the application logic, allowing a single palette to be used