Skip to content

Instantly share code, notes, and snippets.

@johno
Created January 30, 2015 00:02
Show Gist options
  • Save johno/fc58a4e55496c4a706fd to your computer and use it in GitHub Desktop.
Save johno/fc58a4e55496c4a706fd to your computer and use it in GitHub Desktop.
/#([a-f]|[A-F]|[0-9]){3}(([a-f]|[A-F]|[0-9]){3})?\b/
/rgb\(\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d{1,3})\s*\)$/
/^rgba?\((\d+),\s*(\d+),\s*(\d+)(?:,\s*(\d+(?:\.\d+)?))?\)$/
/^rgba?\((\d+),\s*(\d+),\s*(\d+)(?:,\s*(\d+(?:\.\d+)?))?\)$/
/hsl\((\d+),\s*([\d.]+)%,\s*([\d.]+)%\)/g
/hsla?\((\d+),\s*([\d.]+)%,\s*([\d.]+)%(?:,\s*(\d+(?:\.\d+)?))?\)/g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment