Is there a way to dynamically set the color of a title based on the color stored in my database? I've tried using this code, but it is displaying the hex color code instead.
<div class="inner">
<p><%=notes.heading.color = notes.color %></p>
</div>