Aqui una linea horizontal gradiente, no se si les sirva.
Código HTML:
.lineaHor2
{
background: -webkit-linear-gradient(orange, red);
background: -moz-linear-gradient(orange, red);
background: -o-linear-gradient(orange, red);
width: 70%;
height: 5px;
}