--- title: Colors page-header: Colors page-menu: base.colors layout: default permalink: colors.html --- {% assign colors = '' | split: '' %} {% for color in site.colors %} {% assign colors = colors | push: color[0] %} {% endfor %}
{% for color in site.colors %}
{{ color[1].abbr }}
{{ color[1].title }}
{{ color[1].hex }}
{% endfor %}
{% for color in site.lightColors %}
{{ color[1].abbr }}
{{ color[1].title }}
{{ color[1].hex }}
{% endfor %}
{% for color in site.grayColors %}
{{ color[1].abbr }}
{{ color[1].title }}
{{ color[1].hex }}
{% endfor %}
{% for color in site.socialColors %}
{% include "ui/icon.html" icon=color[1].icon %}
{{ color[1].title }}
{{ color[1].hex }}
{% endfor %}
{% assign colors = colors | push: 'inverted' %} {% assign colors = colors | push: 'white' %} {% assign colors = colors | push: 'transparent' %}

Gradient

{% for color in colors %}
{% endfor %}
{% for color in colors %}
{% endfor %}