<%= f.label :primary_brand_color_hex, class: "crayons-field__label" do %>
Brand color
This will be the "accent" color used for buttons, links, etc.
<% end %>
<%= f.text_field :primary_brand_color_hex,
pattern: "^#+([a-fA-F0-9]{6})$",
title: "Provide a valid HEX Color or pick your color from the color picker.",
placeholder: ::Settings::UserExperience.primary_brand_color_hex,
class: "crayons-textfield",
"aria-describedby": "color-contrast-error" %>