{# -- CRITICAL CSS -- #} {% set cacheVal = getCookie('critical-css') %} {% if not cacheVal or craft.app.config.general.devMode %} {{ setCookie('critical-css', now | date_modify("+7 days").timestamp ) }} {% block appInlineCSS %} {% endblock %} {% endif %} {% include '_partials/webpack/webpack-header.html' %}
{# -- pageTitle -- #} {% include '_molecules/pageTitle/_template.html' with { opt: { text: 'Colors' | t, size: 'h1', } } only %} {# Brand Colors #}
Brand colors
{% for color in brandColors %}
Name
{{ color.label }}
Hex
{{ color.hex }}
RGBA
{{ color.rgba }}
{% endfor %}
{# Gray Scale Colors #}
Grayscale colors
{% for color in grayscale %}
Name
{{ color.label }}
Hex
{{ color.hex }}
RGBA
{{ color.rgba }}
{% endfor %}
{% include '_partials/webpack/webpack-scripts.html' %}