Possible to include ACF text field within inline style tag?

To make sure your fields are populated use the following code to print all the values that are set:

<?php
var_dump( get_fields() );
?>

The ‘hero_paragraph’ key should be present somewhere in the printed values.