CSS Quick Reference
Three: Gradients
Between 2008 and 2012 gradients finally appeared in web browsers although as of 2012 they still all required a browser prefix.
Fig 1.0
linear-gradient(#000000, #ffffff);
A simple gradient from black (#000000) to white (#FFFFFF).