Color Palette
Escape Velocity · Brand Kit
Generated {{ DATE }} · v{{ VERSION }}
{% for cat in CATEGORIES %}
{{ cat.label }}
{% for c in cat.colors %}
{{ c.name }}
{{ c.role }}
HEX
{{ c.hex | upper }}
RGB
{{ c.rgb }}
CMYK
{{ c.cmyk }}
{% endfor %}
{% endfor %}