Linear Gradient from #c2e3f4 to #e3f4c2 with 45°
Change Gradient
CSS Code
Light mode
background-image: linear-gradient(45deg, #c2e3f4 0%, #c2f4ec 25%, #c2f4d3 50%, #caf4c2 75%, #e3f4c2 100%);
Dark mode
background-image: linear-gradient(45deg, #9bb6c3 0%, #9bc3bc 25%, #9bc3a8 50%, #a2c39b 75%, #b6c39b 100%);