.element{ background-color: #F00; transition: filter 5s; } .element:hover{ filter: hue-rotate(360deg); }