<p></p>
<style>
body {
display:grid;
place-items:center;
background:#E3516E;
}
p {
width:200px;
height:200px;
background:conic-gradient(#FADE8B 0% 25%,#E3516E 25% 50%,#F7F3D7 50% 75%,#51B5A9 75%);
border-radius:50%;
}