<% containers = {'header' => 'Header', 'section' => 'Content Section', 'footer' => 'Footer'} links = ['unvisited','visited','hover','active'] %>
<% ['background','text','accent'].each do |color| %> <% end %> <% containers.each do |key,label| %> <% end %> <% links.each do |link| %> <% end %> <% {"cytoTable" => ["background","text"],"cytoField" => ["background","text"],"cytoSelect" => ["background","text"],"cytoRadio" => ["background","text"],"cytoUpload" => ["background","text"],"cytoSlider" => ["text"]}.each do |plugin,colors| %> <% end %>

Color Palette

<%=color.capitalize%> Color: " />

Containers

<%=label%>: <% ['background','text'].each do |color| %> " /> <% end %>

Links

<%=link.capitalize%>: " />

Plugins

<%=plugin.capitalize%>: <% colors.each do |color| %> " /> <% end %>