.error { color: red; } <% settings.values.each do |v| %> .value-<%= v[:id] %> { background: <%= v[:color] %>; } <% end %>