Skip to content

Instantly share code, notes, and snippets.

@joseph-turner
Created March 28, 2018 19:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joseph-turner/653f54e8febf88908d40ab7148624043 to your computer and use it in GitHub Desktop.
Save joseph-turner/653f54e8febf88908d40ab7148624043 to your computer and use it in GitHub Desktop.
Regex collection
Find colors (hex, rgb(a), hsl(a))
#[a-fA-F0-9]{3,6}(\s|$|;)|(rgb|hsl)(a)?\((.*)\)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment