--- title: Colors done: true ---

Default colors

    {% for color in site.colors %}
  • {{ color[1].title }}
    .bg-{{ color[0] }}
  • {% endfor %}

Light colors

    {% for color in site.colors %}
  • {{ color[1].title }} lite
    .bg-{{ color[0] }}-lt
  • {% endfor %}