You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current solution can't handle color definitons like rgb(255,255,0) which works well in all browsers
For example such a gradient gets rendered black which is fallback color.
Current code is only parsing hex values and known color names like "aliceblue". Extended parsing would be helpful.