Back

53 - Pastel Logo

<p><div><p>
<style>
  * {
    background: #19191A;
  }
  p, div {
    position: absolute;
    left: 125px;
  }
  p {
    top: 109px;
    width: 75px;
    height: 125px;
    background: #F9E492;
  }
  div {
    top: 50px;
    width: 150px;
    height: 150px;
    clip-path: circle(50%);
    background: #4F77FF;
  }
  div p {
    top: 59px;
    left: 0;
    background: #9AD5FF;
  }
</style>