<% colors.forEach(function(color) { %>
<% color.combinations.forEach(function(combo) { %>
<%= combo.hex %>
<%= combo.contrast.toFixed(2) %>
<% if (combo.accessibility.aa) { %>
AA
<% } %> <% if (combo.accessibility.aaa) { %>
AAA
<% } %> <% if (combo.accessibility.aaLarge) { %>
AA
<% } %> <% if (combo.accessibility.aaaLarge) { %>
AAA
<% } %>
<% }) %>
<% }) %>