Skip to content
This repository has been archived by the owner on Mar 5, 2020. It is now read-only.
sabrinang edited this page Feb 19, 2016 · 10 revisions

Primary Palette

The base colours are indicated second row from the top. For other shades and tints, it can be generated by changing the brightness percentage of the base colour. These base colours are chosen from the Mozilla Unified Palette (vibrant RGB)

Accent Palette

Examples

Base colour palette application:

Accent colour palette application:

Application in code

If you are using LESS as the CSS preprocessor you can generate base colour variants. For darker shades, refer to the percentage indicated on the graph and use the darken function to generate the colour code (e.g. darken(@basecolor, 15%)). Similarly for lighter tints, refer to the percentage indicated on the graph and use the lighten function (e.g. lighten(@basecolor, 30%)).