h1{
    background-color:aquamarine;
    color: rgb(255,80,160);
}

html{
    background: conic-gradient(from 90deg, red, yellow, red);
   