css omnicompletion

You can enable autocompleting css properties and values by setting omnifunc like so:
:set omnifunc=csscomplete#CompleteCSS
While in insert mode, press ctrl-x ctrl-o to invoke the autocomplete list.

Cycle through it with:
ctrl-o (forward) ctrl-n (next) ctrl-p (previous)

Further Reading

:h 'omnifunc' :h complete-functions

More Gifs