Color Mixing With Animation Composition

Mixing colors in CSS is pretty much a solved deal, thanks to the more recent color-mix() function as it gains support. Pass in two color values — any two color values at all — and optionally set the proportions.

background-color: 


Color Mixing With Animation Composition originally published on CSS-Tricks, which is part of the Go To Source Page...