The original vim-css-color can be found here
This fork avoids highlighting color names like "red", "blue", "indigo", "purple". Oftentimes these highlighters target variable names like...
let colors = {
'red': '#e3342f',
};
...which I find visually distracting.
Inspired by Niklas Hofer and Max Vasiliev.