Blue Grandiant
HTML
<div class="blue">
OUSTANDING WORK
</div>
CSS
.blue {
color: #fff;
background-color: #009cde;
background-image: radial-gradient(circle farthest-side at center bottom,#009cde,#003087 125%);
text-align: center;
padding: 120px 15px 120px 15px;
}