Created
May 30, 2026 21:35
-
-
Save tol-is/6bfe43f0eede30efcbf17a5a0c4ea2b6 to your computer and use it in GitHub Desktop.
conic gradient
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| width: 158px; | |
| height: 158px; | |
| border-radius: 16px; | |
| background: conic-gradient(from 210deg, #aa3bff, #5ad7ff, #ff52da, #aa3bff); | |
| box-shadow: 0 0 18px rgba(170, 59, 255, 0.65); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment