<div class="gradient">
</div>
div {
height: 200px;
width: 200px;
background-color: red;
background-image:
radial-gradient(
circle at top right,
yellow,
#f06d06 50%
);
}
This Pen doesn't use any external CSS resources.