radial-gradient

by redky

HTML

<div class="box"></div>

CSS

.box {
  width: 200px;
  height: 200px;
  background: radial-gradient(circle at top right, transparent, transparent 200px, hsl(100, 50%, 50%) 200px) no-repeat 0 0;
}