The use of CSS gradients

problem description

A gradient square like the following figure, how to implement

with pure CSS
Css
Jun.01,2021

http://jsbin.com/nuwogeb/1/ed.

background-image: radial-gradient(circle at top ,rgb(88, 54, 197) 0%, rgb(44, 17, 84) 100%); 
Menu