Live Preview
Theme Presets
How It Works
When SVG is inlined directly in HTML (not via <object> or <img>), you can style it with external CSS using muscle IDs like #pectoralis_major, #biceps, #quadriceps, etc.
CSS Code
/* Target muscles by their semantic IDs */
#pectoralis_major path { fill: #c44d4d; }
#deltoid path { fill: #d66b5b; }
#biceps path { fill: #cf5858; }
#quadriceps path { fill: #d45858; }
#abdominals path { fill: #c45555; }
/* ... more muscles */
#pectoralis_major path { fill: #c44d4d; }
#deltoid path { fill: #d66b5b; }
#biceps path { fill: #cf5858; }
#quadriceps path { fill: #d45858; }
#abdominals path { fill: #c45555; }
/* ... more muscles */
Available Muscle IDs