radial-gradient()
linear-gradient()
conic-gradient()
repeating-X-gradient()
<style> html, body { height: 100%; margin: 0; } body { background: radial-gradient( circle at center, #667eea 0%, #764ba2 100% ); } </style>
Index