I can’t come up with any (standard) CSS that cannot be written inline, but you cannot declare, for example, a class or a pseudo-class from a string.
Inline is the right place to define CSS, so any CSS will work there, otherwise CSS prevalence (C = cascading) will be violated.
Widor source
share