<g fill="crimson">

  <!-- 5 cercles rouges (disposés de gauche à droite) -->
  <circle cx="32" cy="32" r="12" fill-opacity="1.0"/>
  <circle cx="48" cy="32" r="12" fill-opacity="0.75"/>
  <circle cx="64" cy="32" r="12" fill-opacity="0.5"/>
  <circle cx="80" cy="32" r="12" fill-opacity="0.25"/>
  <circle cx="96" cy="32" r="12" fill-opacity="0.1"/> 

</g> 

<g fill="DeepSkyBlue">
  
  <!-- 5 cercles bleus (disposés de gauche à droite) -->
  <circle cx="32" cy="96" r="12" fill-opacity="0.1"/>
  <circle cx="48" cy="96" r="12" fill-opacity="0.25"/>
  <circle cx="64" cy="96" r="12" fill-opacity="0.5"/>
  <circle cx="80" cy="96" r="12" fill-opacity="0.75"/>
  <circle cx="96" cy="96" r="12" fill-opacity="1.0"/>

</g>