<svg width="100px" height="100px">
<rect x="10" y="10" width="80" height="80" fill="#f7f3d1">
<animate attributeName="width" from="80" to="40" dur="1s" begin="0s" repeatCount="indefinite"/>
<animate attributeName="height" from="80" to="40" dur="1s" begin="0s" repeatCount="indefinite"/>
<animate attributeName="fill" values="#f7f3d1;#f7d1d1;#d1f7d1;#d1d1f7;#f7f3d1" dur="5s" begin="0s" repeatCount="indefinite"/>
</rect>
</svg>