<div id="a"></div>
<div id="b"></div>
<div id="c"></div>
<style>
body{ background: #0B2429; }
div {
width: 120px; height: 120px;
position: absolute;
background: #F3AC3C;
border-radius: 50% 0 50% 50%;
}
#a{ right: 80px; top: 30px;
transform: rotate(180deg); }
#b{ top: 90px; left: 140px;
background: #998235; }
#c{ left: 80px; bottom: 30px; }
</style>