Skip to content

Instantly share code, notes, and snippets.

@JulaineScott
Created July 5, 2019 05:37
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 JulaineScott/206594686a6cb5cdb7406ed7fe97365d to your computer and use it in GitHub Desktop.
Save JulaineScott/206594686a6cb5cdb7406ed7fe97365d to your computer and use it in GitHub Desktop.
style="filter: invert(.95) sepia(.95);"
@JulaineScott
Copy link
Author

.colorize-pink {
filter: brightness(0.5) sepia(1) hue-rotate(-70deg) saturate(5);
}

.colorize-navy {
filter: brightness(0.2) sepia(1) hue-rotate(180deg) saturate(5);
}

.colorize-blue {
filter: brightness(0.5) sepia(1) hue-rotate(140deg) saturate(6);
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment