SASS and Javascript utilities for a popular design trend called Neumorphism.
Contributions are welcome.
Located under /javascript, you will find
neumorphism-lib.js: The main library containing all the embossing logic. Import this as a module.utils.js: A utility file which contains some tools for colors and interpolations.
Located under /sass, you will find the _functions.scss file which contains the SASS mixin emboss,
which is used to generate the CSS for a given set of parameters.