Colour palette
Various colours are available to be used on the web. Each colour name can be used as a class, with a prefix, to determine the property that will use the colour.
.c-* will change the css property "color"
.bg-* will change the css property "background-color"
.border-* will change the css property "border-color"