<div class="circle"></div>
<div class="drop"></div>
<style>
body {
background: #0b2429;
}
div {
width: 120px;
height: 120px;
background: #f3ac3c;
position: absolute;
border-radius: 50%;
}
.circle {
inset: 30px 200px;
}
.drop {
border-top-right-radius: 0;
inset: 150px 80px;
box-shadow: 60px -60px #998235;
}
</style>
<a><a b><style>*{background:#0B2429}a{width:120;height:120;background:#F3AC3C;position:fixed;border-radius:50%;inset:30px 200px}[b]{border-top-right-radius:0;inset:150px 80px;box-shadow:60px -60px #998235