<div class="gradient">
</div>
div {
height: 100px;
background-color: red;
background-image:
radial-gradient(
circle closest-side,
yellow,
#f06d06
);
}
This Pen doesn't use any external CSS resources.