Linear Gradient from #c2e4f4 to #e4f4c2 with 45°
Change Gradient
CSS Code
Light mode
background-image: linear-gradient(45deg, #c2e4f4 0%, #c2f4eb 25%, #c2f4d2 50%, #cbf4c2 75%, #e4f4c2 100%);
Dark mode
background-image: linear-gradient(45deg, #9bb6c3 0%, #9bc3bc 25%, #9bc3a8 50%, #a2c39b 75%, #b6c39b 100%);