Skip to content

Instantly share code, notes, and snippets.

@glennyboy
Created June 22, 2020 14:12
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 glennyboy/0ed81302fb853cb2fafe28582bc2a8d7 to your computer and use it in GitHub Desktop.
Save glennyboy/0ed81302fb853cb2fafe28582bc2a8d7 to your computer and use it in GitHub Desktop.
CSS Colour Tint
.tint {
filter: sepia(100%) saturate(300%) brightness(70%) hue-rotate(180deg);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment