<svg width="300" height="200"
  xmlns="http://www.w3.org/2000/svg">
  <circle class="svg-circle" cx="150" cy="100" r="90" fill="var(--bg-color)" />
  <text x="75" y="130" font-size="77" fill="var(--text-color)">
    SVG
  </text>
</svg>

:root {
  --bg-color: lightgrey;
  --text-color: orange;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.