Radial Gradient from #94f94d to #eaf94d
Change Gradient
CSS Code
Light mode
background-image: radial-gradient(circle, #95f94d 0%, #a9f94d 25%, #c0f94d 50%, #d7f94d 75%, #ebf94d 100%);
Dark mode
background-image: radial-gradient(circle, #77c73e 0%, #87c73e 25%, #99c73e 50%, #acc73e 75%, #bcc73e 100%);