Dynamic CSS through PHP issue

Wow I am an idiot. Ok, here is my error.

.contain-to-grid .top-bar {
  background-color: <?php echo $novus_nav_color; ?>;
}

I needed to just echo the variable and it was trying to call a string.