--- 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.class %} {% endfor %} {% assign colors = colors | push: 'dark' %}
{% for color in site.colors %}
{{ color.class }}
{% endfor %}
{% for color in site.colors %}
{{ color.class }}
{% endfor %}
{% for color in site.colors %}
{{ color.class }}
{% endfor %}
{% for color in site.colors %}
{{ color.class }}
{% endfor %}
white
{% for color in site.grayColors %}
{{ color.class }}
{% endfor %}
black
{% for color in colors %} {% endfor %} {% for color in colors %} {% endfor %} {% for color in colors %} {% endfor %} {% for color in colors %} {% endfor %} {% for color in colors %} {% endfor %} {% for color in colors %} {% endfor %}
{{ color | slice: 0, 2 }}
{{ color | slice: 0, 2 }}
{{ color | slice: 0, 2 }}
{{ color | slice: 0, 2 }}
{% if color == 'dark' %}{% assign c = 'white' %}{% else %}{% assign c = color %}{% endif %}
{{ c | slice: 0, 2 }}
{% if color == 'dark' %}{% assign c = 'white' %}{% else %}{% assign c = color %}{% endif %}
{{ c | slice: 0, 2 }}
{% 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 %}