Radial Gradient from #c5f3d0 to #d1f3c5
Change Gradient
CSS Code
Light mode
background-image: radial-gradient(circle, #c5f3d0 0%, #c5f3ca 25%, #c6f3c5 50%, #cbf3c5 75%, #d1f3c5 100%);
Dark mode
background-image: radial-gradient(circle, #9ec2a6 0%, #9ec2a2 25%, #9fc29e 50%, #a3c29e 75%, #a7c29e 100%);