html`
<svg version="1.1" x="0px" y="0px" viewBox="0 0 900 800">
<Style type="text/css">
.Background {fill:#BFCAD7}
.Red {fill:#F03A0D;}
.Yellow {fill:#F0E90D}
.Blue {fill:#4A81BF}
</style>
<rect x="0" y="0" class="Background" width="900" height="800"/>
<polygon class="Red" points="450,50 50,250 250,350 450,250 650,350 850,250 450,50 "/>
<polygon class="Red" points="450,400 250,500 450,600 650,500 450,400 "/>
<polygon class="Yellow" points="50,250 50,550 450,750 450,600 250,500 250,350, 50,250 "/>
<polygon class="Yellow" points="450,250 450,400 650,500 650,350 450,250 "/>
<polygon class="Blue" points="450,250 250,350 250,500 450,400 450,250 "/>
<polygon class="Blue" points="650,350 650,500 450,600 450,750 850,550 850,250 650,350 "/>
`