Radial Gradient from #d1f73d to #74f73d
Change Gradient
CSS Code
Light mode
background-image: radial-gradient(circle, #d2f73d 0%, #b9f73d 25%, #a3f73d 50%, #8ef73d 75%, #75f73d 100%);
Dark mode
background-image: radial-gradient(circle, #a8c631 0%, #94c631 25%, #83c631 50%, #72c631 75%, #5ec631 100%);